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 212d4e8Copy full SHA for 212d4e8
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,
simple_cua_loop.py
@@ -72,7 +72,7 @@ def main():
72
73
while True: # keep looping until we get a final response
74
response = create_response(
75
76
input=items,
77
tools=tools,
78
truncation="auto",
0 commit comments