Skip to content

Commit 26e0146

Browse files
authored
Merge pull request #8 from openai/nfiacco-openai-patch-1
Update the model name in agent.py
2 parents 0941a58 + addfdb9 commit 26e0146

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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,

0 commit comments

Comments
 (0)