break down llm_config.yaml into individual prompt files #112
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
currently llm_config.py loads various prompt templates used in the game from llm_config.yaml.
I'd like to change this so that each prompt is read from a separate file, to make editing easier.
The resulting files could be placed in a folder 'llm/prompt_templates'
the key for each prompt could be the name of the file. that way the resulting dict will be the same.