continue icon indicating copy to clipboard operation
continue copied to clipboard

Cannot disable notification: "Failed to connect to local Ollama instance"

Open geroldmeisinger opened this issue 1 year ago • 0 comments

Before submitting your bug report

Relevant environment info

- OS: Debian 12
- Continue: 0.8.42
- IDE: VSCode 1.91.1
- Model: -
- config.json:
  
{
  "models": [
    {
      "title": "codestral:22b-v0.1-q8_0",
      "provider": "ollama",
      "model": "codestral:22b-v0.1-q8_0"
    },
    {
        "title": "codestral",
        "provider": "ollama",
        "model": "codestral"
      }
    ],
  "customCommands": [
    {
      "name": "test",
      "prompt": "{{{ input }}}\n\nWrite a comprehensive set of unit tests for the selected code. It should setup, run tests that check for correctness including important edge cases, and teardown. Ensure that the tests are complete and sophisticated. Give the tests just as chat output, don't edit any file.",
      "description": "Write unit tests for highlighted code"
    }
  ],
  "tabAutocompleteModel": {
    "title": "codestral",
    "provider": "ollama",
    "model": "codestral"
  },
  "allowAnonymousTelemetry": false
}

Description

Screenshot from 2024-07-26 11-14-20

I sometimes work in parallel with other local AI models which require all VRAM thus I cannot start ollama. This notification shows up constantly, I cannot disable it and it is annoying. I don't want to disable auto-complete because it should work once Ollama runs again.

Related issues: https://github.com/continuedev/continue/issues/1427 https://github.com/continuedev/continue/issues/1202

To reproduce

  1. Don't start Ollama
  2. Start VSCode

Log output

No response

geroldmeisinger avatar Jul 26 '24 09:07 geroldmeisinger