1 parent 531ab56 commit b91ab72Copy full SHA for b91ab72
2 files changed
infra/.env
@@ -31,7 +31,7 @@ COMPOSE_PROFILES=local
31
# Local deployment defaults to the self-hosted Ollama container instead of a hosted API.
32
DEFAULT_LLM_MODEL=local
33
OLLAMA_BASE_URL=http://ollama:11434
34
-LOCAL_LLM_MODEL=llama3.1
+LOCAL_LLM_MODEL=llama3.2:1b
35
36
NOTE_SERVICE_URL=http://note-service-app:8005
37
CALENDAR_SERVICE_URL=http://calendar-service-app:8004
web-client/src/routes/_authenticated/chat/index.tsx
@@ -67,6 +67,7 @@ const MODEL_DISPLAY_NAMES: Record<string, string> = {
67
'mistral-small-latest': 'Mistral Small',
68
'command-r': 'Cohere Command R',
69
'llama3.1': 'Llama 3.1 (Ollama)',
70
+ 'llama3.2:1b': 'Llama 3.2 1B (Ollama)',
71
'gemini-3.1-flash-lite': 'Gemini 3.1 Flash Lite',
72
};
73
0 commit comments