mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-15 01:41:08 +02:00
- Add OllamaService for local model inference via Ollama API - Update ChatService to route requests based on model provider - Support both 'ollama' (local) and 'openrouter' (cloud) providers - Add Gemma 3 4B as default model (free, runs on Mac Mini) - Add SQL migration script for existing databases - Update CLAUDE.md with Ollama configuration docs Environment variables: - OLLAMA_URL: Ollama server URL (default: http://localhost:11434) - OLLAMA_TIMEOUT: Request timeout in ms (default: 120000) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| apps | ||
| packages/chat-types | ||
| CLAUDE.md | ||
| INTEGRATION_COMPLETE.md | ||
| MANA_CORE_AUTH_INTEGRATION.md | ||
| package.json | ||
| TESTING_GUIDE.md | ||