continue
continue copied to clipboard
ollama AUTODETECT doesn't refresh while running
Before submitting your bug report
- [X] I believe this is a bug. I'll try to join the Continue Discord for questions
- [X] I'm not able to find an open issue that reports the same bug
- [ ] I've seen the troubleshooting guide on the Continue Docs
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
- VSCodium / Continue are open and running
- Continue
"models"
configured as above -
ollama pull $fancy_new_model
- Click on the model picker in the Continue pane
- ...
-
$fancy_new_model
not listed
expected:
- Profit!
Log output
No response