When I updated from v0.75.2 -> v0.75, my Ollama model list stopped loading. I saw that my models were loading from the /api/models endpoint correctly, but they were under the key "ollama".
The docs say that this should be case insensitive:
# with `ollama` (case-insensitive), as it does in this example.
The example uses the titlecase "Ollama" as the example custom_endpoint name:
custom:
- name: "Ollama"
apiKey: "ollama"
# use 'host.docker.internal' instead of localhost if running LibreChat in a docker container
baseURL: "http://localhost:11434/v1/chat/completions"
models:
default: [
"llama2",
"mistral",
"codellama",
"dolphin-mixtral",
"mistral-openorca"
]
# 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"
Steps to Reproduce
Setup Ollama using a custom_endpoint and download a model
Set the name to "Ollama"
-> No models returned
Set the name to "ollama"
-> All models returned
What browsers are you seeing the problem on?
No response
Relevant log output
No response
Screenshots
No response
Code of Conduct
[X] I agree to follow this project's Code of Conduct
What happened?
When I updated from v0.75.2 -> v0.75, my Ollama model list stopped loading. I saw that my models were loading from the /api/models endpoint correctly, but they were under the key "ollama".
The docs say that this should be case insensitive:
The example uses the titlecase "Ollama" as the example custom_endpoint name:
https://www.librechat.ai/docs/configuration/librechat_yaml/ai_endpoints/ollama
Steps to Reproduce
What browsers are you seeing the problem on?
No response
Relevant log output
No response
Screenshots
No response
Code of Conduct