Skip to content

Commit 212d4e8

Browse files
authored
Updating computer use model id
1 parent 0941a58 commit 212d4e8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

agent/agent.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ class Agent:
1919

2020
def __init__(
2121
self,
22-
model="computer-use-preview-2025-02-04",
22+
model="computer-use-preview",
2323
computer: Computer = None,
2424
tools: list[dict] = [],
2525
acknowledge_safety_check_callback: Callable = lambda: False,

simple_cua_loop.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ def main():
7272

7373
while True: # keep looping until we get a final response
7474
response = create_response(
75-
model="computer-use-preview-2025-02-04",
75+
model="computer-use-preview",
7676
input=items,
7777
tools=tools,
7878
truncation="auto",

0 commit comments

Comments
 (0)