Skip to content
This repository was archived by the owner on Jun 5, 2025. It is now read-only.
This repository was archived by the owner on Jun 5, 2025. It is now read-only.

Error parsing Ollama response #261

Closed
@dussab

Description

@dussab

Following the quick start guide I'm getting the following error

"Error: Error parsing Ollama response: SyntaxError: Unexpected token 'A', "All connec"... is not valid JSON All connection attempts failed"

Continue configuration:

{
  "models": [
    {
      "title": "CodeGate-Quickstart",
      "provider": "ollama",
      "model": "codellama:7b-instruct",
      "apiBase": "http://localhost:8989/ollama/"
    }
  ],
  "modelRoles": {
    "default": "CodeGate-Quickstart"
  },
  "tabAutocompleteModel": {
    "title": "CodeGate-Quickstart",
    "provider": "ollama",
    "model": "codellama:7b-instruct",
    "apiBase": "http://localhost:8989/ollama/"
  }
}

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions