OpenHands
OpenHands copied to clipboard
fix(agent): initialize with config model value
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.