mirror of
https://github.com/vegu-ai/talemate.git
synced 2025-12-16 03:37:51 +01:00
* vuetify update recent saves * use placeholder instead of prefilling text * fix scene loading when no coverage image is set * improve summarize and pin response quality * summarization use previous entries as informative context * fixes #49: auto save indicator missleading * regenerate with instructions * allow resetting of state reinforcement * creative tools: introduce new character creative tools: introduce passive character as active character * character creation adjustments * no longer needed * activate, deactivate characters (work in progress) * worldstate manager show inactive characters * allow setting of llm prompt template from ux reorganize llm prompt template directory for easier local overriding support a more sane way to write llm prompt templates * determine prompt template from huggingface * ignore user overrides * fix issue with removing narrator messages * summarization agent config for prev entry inclusion agent config attribute notes * client code clean up to allow modularity of clients + generic openai compatible api client * more client cleanup * remove debug msg, step size for ctx upped to 1024 * wip on stepped history summarization * summarization prompt fixes * include time message for hisory context pushed in scene.context_history * add / remove characters toggle narration of via ctrl * fix pydantic namespace warning fix client emit after reconfig * set memory ids on character detail entries * deal with chromadb race condition (maybe) * activate / deactivate characters from creative editor switch creative editor to edit characters through world state manager * set 0.18.0 * relock dependencies * openai client shortcut to set api key if not set * set error_action to null * if scene has just started provide intro for extra context in is_prsent and is_leaving queries * nice error if determine template via huggingface doesn't work * fix issue where regenerate would sometimes pick the wrong npc if there are multiple characters talking * add new openai models * default to gpt-4-turbo-preview
19 lines
414 B
Plaintext
19 lines
414 B
Plaintext
*.pyc
|
|
*.swp
|
|
*.swo
|
|
*.egg-info
|
|
*-internal*
|
|
*.internal*
|
|
*_internal*
|
|
talemate_env
|
|
chroma
|
|
config.yaml
|
|
templates/llm-prompt/user/*.jinja2
|
|
scenes/
|
|
!scenes/infinity-quest-dynamic-scenario/
|
|
!scenes/infinity-quest-dynamic-scenario/assets/
|
|
!scenes/infinity-quest-dynamic-scenario/templates/
|
|
!scenes/infinity-quest-dynamic-scenario/infinity-quest.json
|
|
!scenes/infinity-quest/assets/
|
|
!scenes/infinity-quest/infinity-quest.json
|