We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0941a58 + addfdb9 commit 26e0146Copy full SHA for 26e0146
agent/agent.py
@@ -19,7 +19,7 @@ class Agent:
19
20
def __init__(
21
self,
22
- model="computer-use-preview-2025-02-04",
+ model="computer-use-preview",
23
computer: Computer = None,
24
tools: list[dict] = [],
25
acknowledge_safety_check_callback: Callable = lambda: False,
0 commit comments