File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ async def main():
28
28
instructions = "You are a helpful agent." ,
29
29
tools = [ComputerTool (computer )],
30
30
# Use the computer using model, and set truncation to auto because its required
31
- model = "computer-use-preview-2025-02-04 " ,
31
+ model = "computer-use-preview" ,
32
32
model_settings = ModelSettings (truncation = "auto" ),
33
33
)
34
34
result = await Runner .run (agent , "Search for SF sports news and summarize." )
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ async def main():
28
28
instructions = "You are a helpful agent." ,
29
29
tools = [ComputerTool (computer )],
30
30
# Use the computer using model, and set truncation to auto because its required
31
- model = "computer-use-preview-2025-02-04 " ,
31
+ model = "computer-use-preview" ,
32
32
model_settings = ModelSettings (truncation = "auto" ),
33
33
)
34
34
result = await Runner .run (agent , "Search for SF sports news and summarize." )
You can’t perform that action at this time.
0 commit comments