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
Description
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
Assignees
Labels
No labels