-
Notifications
You must be signed in to change notification settings - Fork 13
Unable to set .env or any config from git-bash on windows #5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
@1000i100, can you try with @next? I've published a fix for this a week ago, but it comes with another change in @next. My bad here 🙇 |
I've just try with the same config in the
So it sticks to claude-3-5-sonnet-20241022 and don't switch to gemma3:1b like the config ask. |
@1000i100 I got why it happens, currently it not support for .jsx extension, can you try update to .js? here is working version from my side |
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.when i run :
bunx opencoder@latest
(orbun ai
because i've add a scriptopencoder
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 ?The text was updated successfully, but these errors were encountered: