You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I run LibreChat on Docker and I'm testing local models with Ollama. I add them in librechat.yaml, which looks like :
- name: "Ollama"
apiKey: "ollama"
# use 'host.docker.internal' instead of localhost if running LibreChat in a docker container
baseURL: "http://host.docker.internal:11434/v1/chat/completions"
models:
default: [
"gemma-3-12b-it-qat-q4_0-gguf",
"dreamgen_lucid-v1-nemo-GGUF:Q6_K",
"soob3123_Veritas-12B-GGUF:Q6_K_L",
"Qwen3-14B-GGUF:Q5_K_XL",
"Qwen2.5-Coder-14B-Instruct-GGUF:Q5_K_L"
]
# fetching list of models is supported but the `name` field must start
# with `ollama` (case-insensitive), as it does in this example.
fetch: true
titleConvo: true
titleModel: "current_model"
summarize: false
summaryModel: "current_model"
forcePrompt: false
modelDisplayLabel: "Ollama"
The issue is, I don't need all the technical details in the model names. I would like to rename and simplify them for ease of reading. Currently it looks like:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I run LibreChat on Docker and I'm testing local models with Ollama. I add them in librechat.yaml, which looks like :
The issue is, I don't need all the technical details in the model names. I would like to rename and simplify them for ease of reading. Currently it looks like:

I tried to edit the titleModel field like:
But it doesn't work (the Ollama endpoint disappears from Librechat). Does anyone have any suggestions regarding my issue?
Beta Was this translation helpful? Give feedback.
All reactions