continue icon indicating copy to clipboard operation
continue copied to clipboard

ollama AUTODETECT doesn't refresh while running

Open psyv282j9d opened this issue 10 months ago • 0 comments

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 avatar Apr 25 '24 12:04 psyv282j9d