atisharma / chasm_engine

CHAracter State Management - a generative text adventure (engine)
https://chasm.run
GNU Affero General Public License v3.0
61 stars 5 forks source link

Memories sometimes mention "User" rather than the player's name #8

Open atisharma opened 1 year ago

atisharma commented 1 year ago

Using gpt-3.5-turbo, memories sometimes mention "User" rather than the player's name:

2023-11-28 18:24:07,276 : INFO : character/develop_lines : Georgette 2023-11-28 18:24:07,276 : INFO : character/remember : Georgette [significant] The user's desperation to see their dying father.

Similar problems with /Assistant/Narrator.

Perhaps replace User with player name, or prompt model better. Big llama models don't seem to have this problem.