continuedev / continuedev/continue

Ollama On Mac apiBase not working as expected

Open
#8,292 1 comment 0 reactions 1 assignee View on GitHub

@Patrick-Erichsen is already working on this.

Since Oct 16, 2025.

area:configuration ide:vscode kind:bug no-stale os:mac
Dominant language
TypeScript
Stars
36k
Forks
5.4k
PR merge metrics
No merged PRs in 30d

Description

Before submitting your bug report
Relevant environment info
- OS: Mac
- Continue version: latest
- IDE version: VS Code
- config:
  
name: LocalLLM
version: 1.0.0
schema: v1
models:
  - name: Autodetect
    provider: ollama
    model: AUTODETECT
    apiBase: http://192.168.0.2:11434
  - name: deepseek r1
    provider: ollama
    model: deepseek-r1:70b-llama-distill-q4_K_M
    apiBase: http://192.168.0.2:11434
  - name: gpt-oss-120b
    provider: ollama
    model: openai/gpt-oss-120b
  - name: Llama 3.3
    provider: ollama
    model: groq-llama33
    apiBase: http://192.168.0.2:11434
  
  OR link to agent in Continue hub:
Description

I set apiBase to a local server. As I setup Ollama there to free up my Mac resources.
But seems like continue still tries to call http://localhost:11434 dispite setting this to another server.

To reproduce

set apiBase to something else for Ollama

Log output

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.