Hi, i've just discover opencoder and the concept look great !
I try to use it with an ollama local model and i found no way to let it use my config.
Here is my coder.config.jsx in the project directory. If i rename it in .env it don't change anything.
import { ollama } from 'ollama-ai-provider'; // read more: https://sdk.vercel.ai/providers/community-providers/ollama
import type { Config } from 'opencoder';
import { webSearch } from "opencoder/mcp"
export default {
model: ollama('gemma3:1b'),
mcp: [webSearch()]
} satisfies Config
when i run : bunx opencoder@latest (or bun ai because i've add a script opencoder in package.json and the included dependencies)
I still have Model: claude-3-5-sonnet-20241022
But i shoud have gemma3:1b isn't it ?
Hi, i've just discover opencoder and the concept look great !
I try to use it with an ollama local model and i found no way to let it use my config.
Here is my
coder.config.jsxin the project directory. If i rename it in.envit don't change anything.when i run :
bunx opencoder@latest(orbun aibecause i've add a scriptopencoderin package.json and the included dependencies)I still have
Model: claude-3-5-sonnet-20241022But i shoud have
gemma3:1bisn't it ?