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
Also a code change. Automatic pulling of models against ollama is broken. I think it pulls correctly, but chat-ui never sees that the model is available since chat doesn't check for the model names suffixed by ":latest"
Bug description
The configuration here: https://github.com/huggingface/chat-ui/blob/main/docs/source/configuration/models/providers/ollama.md says that the model name should be "mistral". It should be "mistral:latest" instead. Furthermore, the auto-pulling of ollama models originally added here: #1227 does not work with this model name inconsistency.
Steps to reproduce
Vanilla chat-ui setup with ollama installed. Use config from above. Download mistral "ollama pull mistral". Chat-ui unable to use ollama/mistral
Context
Logs
Here's a snippet from ollama's tags:
Specs
Notes
If you change the config to:
Notice the ollamaName: "mistral:latest" it works.
The text was updated successfully, but these errors were encountered: