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
This commit is contained in:
Rohan Mehta 2025-03-11 11:23:50 -07:00 committed by GitHub
commit 829ebc5338
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
131 changed files with 2 additions and 308 deletions

View file

@ -28,7 +28,7 @@ async def main():
instructions="You are a helpful agent.",
tools=[ComputerTool(computer)],
# Use the computer using model, and set truncation to auto because its required
model="computer-use-preview-2025-02-04",
model="computer-use-preview",
model_settings=ModelSettings(truncation="auto"),
)
result = await Runner.run(agent, "Search for SF sports news and summarize.")

Some files were not shown because too many files have changed in this diff Show more