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():
2828 instructions = "You are a helpful agent." ,
2929 tools = [ComputerTool (computer )],
3030 # 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" ,
3232 model_settings = ModelSettings (truncation = "auto" ),
3333 )
3434 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():
2828 instructions = "You are a helpful agent." ,
2929 tools = [ComputerTool (computer )],
3030 # 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" ,
3232 model_settings = ModelSettings (truncation = "auto" ),
3333 )
3434 result = await Runner .run (agent , "Search for SF sports news and summarize." )
You can’t perform that action at this time.
0 commit comments