Skip to content

Commit b91ab72

Browse files
committed
switched to a smaller model
1 parent 531ab56 commit b91ab72

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

infra/.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ COMPOSE_PROFILES=local
3131
# Local deployment defaults to the self-hosted Ollama container instead of a hosted API.
3232
DEFAULT_LLM_MODEL=local
3333
OLLAMA_BASE_URL=http://ollama:11434
34-
LOCAL_LLM_MODEL=llama3.1
34+
LOCAL_LLM_MODEL=llama3.2:1b
3535

3636
NOTE_SERVICE_URL=http://note-service-app:8005
3737
CALENDAR_SERVICE_URL=http://calendar-service-app:8004

web-client/src/routes/_authenticated/chat/index.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ const MODEL_DISPLAY_NAMES: Record<string, string> = {
6767
'mistral-small-latest': 'Mistral Small',
6868
'command-r': 'Cohere Command R',
6969
'llama3.1': 'Llama 3.1 (Ollama)',
70+
'llama3.2:1b': 'Llama 3.2 1B (Ollama)',
7071
'gemini-3.1-flash-lite': 'Gemini 3.1 Flash Lite',
7172
};
7273

0 commit comments

Comments
 (0)