continuedev / continuedev/continue
Ollama On Mac apiBase not working as expected
Open
@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
- I've tried using the "Ask AI" feature on the Continue docs site to see if the docs have an answer
- I believe this is a bug. I'll try to join the Continue Discord for questions
- I'm not able to find an open issue that reports the same bug
- I've seen the troubleshooting guide on the Continue Docs
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
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.