Skip to content
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 AUTODETECT doesn't refresh while running #1187

Open
2 of 3 tasks
psyv282j9d opened this issue Apr 25, 2024 · 0 comments
Open
2 of 3 tasks

ollama AUTODETECT doesn't refresh while running #1187

psyv282j9d opened this issue Apr 25, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@psyv282j9d
Copy link

Before submitting your bug report

Relevant environment info

- OS: macOS 14.4.1
- Continue: v0.8.25
- IDE: VSCodium Version: 1.88.1
    Release: 24104
    Commit: 0d01a72525276e5e3771fe5851b9c83de0de1e2b
    Date: 2024-04-13T02:09:27.708Z
    Electron: 28.2.8
    ElectronBuildId: undefined
    Chromium: 120.0.6099.291
    Node.js: 18.18.2
    V8: 12.0.267.19-electron.0
    OS: Darwin x64 23.4.0

Description

I'm comparing different LLMs using the above stack. When I add a model to the my local instance of Ollama, I expected it to pop up in the list of available models. However, I need to completely close VSCodium and reopen it to get the updated list.

Here's my config fragment:

"models": [
    {
      "model": "AUTODETECT",
      "title": "Ollama",
      "completionOptions": {},
      "apiBase": "http://localhost:11434",
      "provider": "ollama"
    }
  ],

I tried just disabling and re-enabling Continue, but that didn't work.

To reproduce

  1. VSCodium / Continue are open and running
  2. Continue "models" configured as above
  3. ollama pull $fancy_new_model
  4. Click on the model picker in the Continue pane
  5. ...
  6. $fancy_new_model not listed

expected:

  1. Profit!

Log output

No response

@psyv282j9d psyv282j9d added the bug Something isn't working label Apr 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant