Refs: microsoft/vscode-internalbacklog/issues/323176
Complexity: 1
Authors: @vritant24
Create Issue
Context
The internal Ollama BYOK provider is being deprecated in favor of the official extension. To nudge the users into using the official extension, three additions are made.
- Ollama Provider marked as deprecated in the Provider list
- If already used, the Ollama Provider Group Name has a link to install the extension
- When a model from the Ollama provider is used, a notification is shown asking the user to migrate.
Setup
- have Ollama installed, along with at least one model loaded.
docs.ollama.com/quickstart
- run
Ollama serve and note the port number
Test Steps
- Open
Manage Language Models View, and Click Add Models
- Click `Ollama (deprecated) and set it up with the known port number on localhost.
- The group should appear in the list in
Manage Language Models and you should see the deprecated message and a link to install the official extension
- go to the chat window, and select the Ollama model
- Send a prompt to the model to start a chat. You should see a notification pop up to install the official extension
Refs: microsoft/vscode-internalbacklog/issues/323176
Complexity: 1
Authors: @vritant24
Create Issue
Context
The internal Ollama BYOK provider is being deprecated in favor of the official extension. To nudge the users into using the official extension, three additions are made.
Setup
docs.ollama.com/quickstart
Ollama serveand note the port numberTest Steps
Manage Language ModelsView, and ClickAdd ModelsManage Language Modelsand you should see the deprecated message and a link to install the official extension