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.
1 parent 0941a58 commit addfdb9Copy full SHA for addfdb9
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