mirror of
https://github.com/vegu-ai/talemate.git
synced 2026-02-24 20:49:44 +01:00
Major features: - Autonomous scene direction via director agent (replaces auto-direct) - Inline image display in scene feed - Character visuals tab for portrait/cover image management - Character message avatars with dynamic portrait selection - Pocket TTS and llama.cpp client support - Message appearance overhaul with configurable markdown display Improvements: - KoboldCpp: adaptive-p, min-p, presence/frequency penalty support - Setup wizard for initial configuration - Director chat action toggles - Visual agent: resolution presets, prompt revision, auto-analysis - Experimental concurrent requests for hosted LLM clients - Node editor alignment shortcuts (X/Y) and color picker Bugfixes: - Empty response retry loop - Client system prompt display - Character detail pins loading - ComfyUI workflow charset encoding - Various layout and state issues Breaking: Removed INSTRUCTOR embeddings
36 lines
669 B
YAML
36 lines
669 B
YAML
agents: {}
|
|
clients: {}
|
|
creator:
|
|
content_context:
|
|
- a fun and engaging slice of life story
|
|
- a terrifying horror story
|
|
- a thrilling action story
|
|
- a mysterious adventure
|
|
- an epic sci-fi adventure
|
|
|
|
## Long-term memory
|
|
## Embeddings are now managed through the application UI
|
|
## See: Presets -> Embeddings in the application settings
|
|
|
|
## Remote LLMs
|
|
|
|
#openai:
|
|
# api_key: <API_KEY>
|
|
|
|
#runpod:
|
|
# api_key: <API_KEY>
|
|
|
|
## TTS (Text-to-Speech)
|
|
|
|
#elevenlabs:
|
|
# api_key: <API_KEY>
|
|
|
|
#coqui:
|
|
# api_key: <API_KEY>
|
|
|
|
#tts:
|
|
# device: cuda
|
|
# model: tts_models/multilingual/multi-dataset/xtts_v2
|
|
# voices:
|
|
# - label: <name>
|
|
# value: <path to .wav for voice sample> |