-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
[Bug]: Configuration behavior is unpredictable #3220
Comments
We had a discussion on slack: https://opendevin.slack.com/archives/C06U8UTKSAD/p1722599155702189 Based on the discussion some of my personal suggestions for how we could improve the behavior now: First, make consistent behavior of configuration:
Here, 3. increases complexity, but it also could be handy because it allows overriding settings without writing to a file (e.g. for sensitive API keys). Second, make UI-changed settings overwrite config.toml. This would allow the settings to be saved to and read from a consistent place. |
Plz consider that your environment settings when using them in Dockerfile configuration use case, will be invalid as they are as of today in #3196. |
This issue is stale because it has been open for 30 days with no activity. Remove stale label or comment or this will be closed in 7 days. |
This issue is stale because it has been open for 30 days with no activity. Remove stale label or comment or this will be closed in 7 days. |
This issue is stale because it has been open for 30 days with no activity. Remove stale label or comment or this will be closed in 7 days. |
This issue is stale because it has been open for 30 days with no activity. Remove stale label or comment or this will be closed in 7 days. |
Is there an existing issue for the same bug?
Describe the bug
When I change the
model
, andapi_key
inconfig.toml
, OpenDevin still runs with the previousmodel
, and api_keyspecified
in the last session. To use the new model and key, I also need to specify them again in the UI.Specifying it once should be enough.
Current OpenDevin version
Installation and Configuration
make build; make run
Model and Agent
Model: claude-3-5-sonnet
Agent: CodeActAgent
Operating System
No response
Reproduction Steps
No response
Logs, Errors, Screenshots, and Additional Context
No response
The text was updated successfully, but these errors were encountered: