Skip to content

Commit 829ebc5

Browse files
authored
Merge pull request #11 from openai/rm/ignores
Delete pycache/egg files These slipped in because I forgot to add the gitignore initially. Remove them. Also fixed computer use model
2 parents 2b13314 + aabcc4a commit 829ebc5

File tree

131 files changed

+2
-308
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

131 files changed

+2
-308
lines changed
-151 Bytes
Binary file not shown.

examples/tools/computer_use.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.")
-6.13 KB
Binary file not shown.
-5.63 KB
Binary file not shown.
-5.11 KB
Binary file not shown.
-1.47 KB
Binary file not shown.
-1.3 KB
Binary file not shown.
-999 Bytes
Binary file not shown.
-739 Bytes
Binary file not shown.
-518 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)