Error Troubleshooting
If you have an error such as the following:
Ollama:500, message='Internal Server Error', url=URL('http://127.0.0.1:11434/api/chat')
Likely you need to update Ollama, as Open WebUI has been updated too far to be able to interact with your current Ollama version (or vice versa). This is true even if you have Open WebUI installed via a package manager such as Pinokio.
The current way to update Ollama on your local machine is curl https://ollama.ai/install.sh | sh
.
Further, you can check your current Ollama version with, who would have guessed it, ollama --version
.
No Comments