ivanfioravanti / chatbot-ollama

Chatbot Ollama is an open source chat UI for Ollama.
Other
1.33k stars 217 forks source link

unable to change model #17

Closed ivoryzh closed 8 months ago

ivoryzh commented 9 months ago

I was using ollama pull to download new model, I can see the model in the dropdown menu, but they won't generate. (mistral works fine btw)

ivanfioravanti commented 9 months ago

Have you tried to change model to another one and try again? Sometimes I see that model change is not working properly

thebadking commented 8 months ago

I've replaced in the src every match of mistral:latest to the model I want and still it tries to fetch from mistral:latest, where is this encoded?

ivoryzh commented 8 months ago

Have you tried to change model to another one and try again? Sometimes I see that model change is not working properly

Hi Ivan, thanks for your response. I think it works now (tested with llama2), I had to download mistral too, otherwise it will complain [OllamaError: model 'mistral:latest' not found, try pulling it first]