-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ollama model list and aider model list differ #3081
Comments
The /api/show is a POST endpoint, which might be why you get 404 on the local curl run with GET. No idea why Aider fails here though, just a heads up |
Thank you @spaasis! the POST does indeed work.
|
The model list that ollama delivers seems to not match the list that aider delivers.
|
I see the same issue. it seems that aider is listing known internal models, that have nothing to do with --model if you inject a typo into the name - aider will complain. |
Issue
Aider fails to fetch
api/show
.However, CURL seems to do so just fine.
The model list that ollama delivers seems to not match the list that aider delivers.
The text was updated successfully, but these errors were encountered: