webaverse-studios / CharacterCreator

3D Avatar Creator for Everyone
https://moemate.io
MIT License
84 stars 47 forks source link

Speaker's name is not honored. #185

Closed soulofmischief closed 1 year ago

soulofmischief commented 1 year ago

The conversational prompt hardcodes 'Speaker' instead of the speaker's name.

const prompt = `Name: ${name}
Bio: ${bio}
Speaker: Hey ${name}
${name}: ${greeting}
Speaker: ${question1}
${name}: ${response1}
Speaker: ${question2}
${name}: ${response2}
Speaker: ${question3}
${name}: ${response3}
`
soulofmischief commented 1 year ago

Fixed with 56f50e9