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.
-31.8 KB
Binary file not shown.
-17.5 KB
Binary file not shown.
Binary file not shown.
-2.44 KB
Binary file not shown.
-1.93 KB
Binary file not shown.
-4.58 KB
Binary file not shown.
-6.05 KB
Binary file not shown.
-4.76 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
-5.7 KB
Binary file not shown.
-4.07 KB
Binary file not shown.
-3.57 KB
Binary file not shown.
-3.16 KB
Binary file not shown.
-2.56 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.
-10.6 KB
Binary file not shown.
-9.75 KB
Binary file not shown.
-7.64 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.
-4.04 KB
Binary file not shown.
-8.34 KB
Binary file not shown.
-5.93 KB
Binary file not shown.
-8.37 KB
Binary file not shown.
-6.01 KB
Binary file not shown.
-8.98 KB
Binary file not shown.
-9.05 KB
Binary file not shown.
-6.73 KB
Binary file not shown.
-3.9 KB
Binary file not shown.
-3.23 KB
Binary file not shown.
-261 Bytes
Binary file not shown.
-212 Bytes
Binary file not shown.
Binary file not shown.
Binary file not shown.
-933 Bytes
Binary file not shown.
-790 Bytes
Binary file not shown.
-10.2 KB
Binary file not shown.
-6.73 KB
Binary file not shown.
-31.1 KB
Binary file not shown.
-19.7 KB
Binary file not shown.
Binary file not shown.
-997 Bytes
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
-11.5 KB
Binary file not shown.
-8.37 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.
-1.33 KB
Binary file not shown.
-774 Bytes
Binary file not shown.
-465 Bytes
Binary file not shown.
-310 Bytes
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
-190 Bytes
Binary file not shown.
Binary file not shown.
Binary file not shown.
-760 Bytes
Binary file not shown.
-630 Bytes
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
-228 Bytes
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
-771 Bytes
Binary file not shown.

src/openai_agents.egg-info/PKG-INFO

Lines changed: 0 additions & 217 deletions
This file was deleted.

src/openai_agents.egg-info/SOURCES.txt

Lines changed: 0 additions & 81 deletions
This file was deleted.

src/openai_agents.egg-info/dependency_links.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

src/openai_agents.egg-info/requires.txt

Lines changed: 0 additions & 6 deletions
This file was deleted.

src/openai_agents.egg-info/top_level.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

tests/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.")

0 commit comments

Comments
 (0)