break down llm_config.yaml into individual prompt files #112

Closed
opened 2025-10-30 16:00:54 -04:00 by neph1 · 0 comments
neph1 commented 2025-10-30 16:00:54 -04:00 (Migrated from github.com)

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.

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.
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
neph1/LlamaTale#112
No description provided.