Go to file
Dejvino 4c968f8096 fix llm config for ramalama, add safeguards, spinner animation
- Fix last_narrative -> last_prompt bug in generate() and generate_stream()
- Add **kwargs guard to build_user_message() to catch wrong param names
- Extract _set_llm_env() helper that always sets API key (fallback placeholder)
- Add 30s timeout to all litellm.completion() calls
- Update config model to openai/deepseek-r1 for ramalama
- Replace shifting dots spinner with fixed-character shape morph
2026-06-25 19:21:55 +02:00
rules Initial commit: The Chaos TTRPG solo campaign skeleton 2026-06-23 23:15:17 +02:00
session fix llm config for ramalama, add safeguards, spinner animation 2026-06-25 19:21:55 +02:00
tools fix llm config for ramalama, add safeguards, spinner animation 2026-06-25 19:21:55 +02:00
.gitignore add ambience music system: TUI crossfade, yt-dlp fetch, source tracking 2026-06-24 21:44:18 +02:00
AGENTS.md TUI now owns the full game loop with embedded LLM engine 2026-06-25 12:12:04 +02:00
run.sh Initial commit: The Chaos TTRPG solo campaign skeleton 2026-06-23 23:15:17 +02:00