OpenHands icon indicating copy to clipboard operation
OpenHands copied to clipboard

fix(agent): initialize with config model value

Open Tibiritabara opened this issue 10 months ago • 0 comments

Currently, the model initialized in the agent, is taking a default value from args despite the user customization on the toml or the env vars.

This PR just replaces that line, to take the value from the config instead.

Tibiritabara avatar Apr 21 '24 19:04 Tibiritabara