splinter-keep/session/config.json
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

9 lines
142 B
JSON

{
"llm": {
"model": "openai/deepseek-r1",
"api_key": null,
"api_base": "http://localhost:8080/v1",
"temperature": 0.7
}
}