-
v1.3.4-dev - Model provider integration for chat Pre-release
released this
2026-05-08 23:46:35 +02:00 | 259 commits to main since this releaseModel Provider Integration
Connects message send API to Ollama provider for real AI responses.
Features:
- MessageService calls OllamaProviderService.chatCompletion()
- Main Agent system prompt assembled from identity files
- Conversation history loaded for context
- Assistant responses persisted with token counts
Flow:
- Save user message
- Load conversation history
- Get enabled Ollama provider
- Assemble Main Agent prompt (system/identity/soul/connections)
- Build chat messages (system + history)
- Call Ollama API
- Save assistant response with tokens
Implementation:
- Model from provider config (default: llama3.2)
- Token count: prompt_eval_count + eval_count
- First enabled Ollama provider selected
Part of v1.4.0 Chat Runtime milestone (step 4/7).
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads