mirror of
https://github.com/vegu-ai/talemate.git
synced 2025-12-16 03:37:51 +01:00
* linux dev instance shortcuts * add voice samples to gitignore * direction mode: inner monologue * actor direction fixes * py script support for scene logic * fix end_simulation call * port sim suite logic to python * remove dupe log * fix typing * section off the text * fix end simulation command * simulation goal, prompt tweaks * prompt tweaks * dialogue format improvements * director action logged with message * call director action log and other fixes * generate character dialogue instructions, prompt fixes, director action ux * fix question / answer call * generate dialogue instructions when loading from character cards * more dialogue format improvements * set scene content context more reliably. * fix innermonologue perspective * conversation prompt should honor the client's decensor setting * fix comfyui checkpoint list not loading * more dialogue format fixes * prompt tweaks * fix sim suite group characters, prompt fixes * npm relock * handle inanimate objects, handle player name change issues * don't rename details if the original name was "You" * As the conversation goes on, dialogue instructions should be moved backwards further to have a weaker effect on immediate generations. * add more context to character creation prompt * fix select next talking actor when natural language flow is turned on and the LLM returns multiple character names * prompt fixes for dialogue generation * summarization fixes * default to script format * seperate dialogue prompt by formatting style, tweak conversation system prompt * remove cruft * add gen format to agent details * relock * relock * prep 0.22.0 * add claude-3-haiku-20240307 * readme
19 lines
437 B
Plaintext
19 lines
437 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
|
|
tts_voice_samples/*.wav |