We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b3f469 commit 087ad75Copy full SHA for 087ad75
1 file changed
src/agentlab/agents/tool_use_agent/agent.py
@@ -220,5 +220,5 @@ def get_action(self, obs: Any) -> float:
220
221
222
AGENT_CONFIG = ToolUseAgentArgs(
223
- model_args=OPENAI_MODEL_CONFIG,
+ model_args=CLAUDE_MODEL_CONFIG,
224
)
0 commit comments