Locally hosted ollama models - title generation fails #8518
Unanswered
dojoca
asked this question in
Troubleshooting
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
What happened?
I've got Librechat and ollama self hosted.
Title generation doesn't work. It just titles everything "new chat". The container logs say:
2025-07-17 05:38:27 error: [api/server/controllers/agents/client.js #titleConvo] Error registry.ollama.ai/library/deepseek-v2:16b does not support tools
Version Information
0.7.9 hosted in docker
Steps to Reproduce
I use the following in my librechat.yaml file: (extracts only shown)
Extract from my librechat.yaml file is this:
endpoints:
custom:
- name: "Ollama"
apiKey: "ollama"
baseURL: "http://ollama:11434/v1/"
models:
default:
modelSpecs:
enforce: false
prioritize: true
addedEndpoints:
- "Ollama"
- "Deepseek"
- "openAI"
list:
- name: "deepseek-v2:16b"
label: "Deepseek ^` v2 16B"
description: "Optimized for complex reasoning and analytical tasks."
preset:
endpoint: "Ollama"
model: "deepseek-v2:16b"
greeting: "Optimized for complex reasoning and analytical tasks."
default: true
What browsers are you seeing the problem on?
Firefox
Relevant log output
2025-07-17 05:38:27 error: [api/server/controllers/agents/client.js #titleConvo] Error registry.ollama.ai/library/deepseek-v2:16b does not support tools
Screenshots
No response
Code of Conduct
Beta Was this translation helpful? Give feedback.
All reactions