Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 36 additions & 0 deletions src/i18n/locales/en/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -1013,6 +1013,10 @@
"hint": "Le Chat · Codestral · European AI leader",
"keySetupNote": "Free tier with generous limits — no credit card needed"
},
"ollama": {
"hint": "Local · Free",
"keySetupNote": "No API key required — runs locally"
},
"custom": {
"hint": "Any OpenAI-compatible endpoint"
}
Expand Down Expand Up @@ -1181,6 +1185,38 @@
"category": "Reasoning"
}
},
"ollama": {
"llama3.2": {
"label": "Llama 3.2",
"hint": "General-purpose local model",
"category": "General",
"badge": "New"
},
"llama3.1": {
"label": "Llama 3.1",
"hint": "General-purpose local model",
"category": "General",
"badge": "Default"
},
"qwen2.5-coder": {
"label": "Qwen 2.5 Coder",
"hint": "Coding-focused local model",
"category": "Coding",
"badge": "Default"
},
"mistral": {
"label": "Mistral",
"hint": "General-purpose local model",
"category": "General",
"badge": "Default"
},
"gemma3": {
"label": "Gemma 3",
"hint": "Lightweight local model",
"category": "Speed",
"badge": "Default"
}
},
"mistral": {
"mistral-small-latest": {
"label": "Mistral Small",
Expand Down