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:
commit
829ebc5338
131 changed files with 2 additions and 308 deletions
Binary file not shown.
|
|
@ -28,7 +28,7 @@ async def main():
|
||||||
instructions="You are a helpful agent.",
|
instructions="You are a helpful agent.",
|
||||||
tools=[ComputerTool(computer)],
|
tools=[ComputerTool(computer)],
|
||||||
# Use the computer using model, and set truncation to auto because its required
|
# 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"),
|
model_settings=ModelSettings(truncation="auto"),
|
||||||
)
|
)
|
||||||
result = await Runner.run(agent, "Search for SF sports news and summarize.")
|
result = await Runner.run(agent, "Search for SF sports news and summarize.")
|
||||||
|
|
|
||||||
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.
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.
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.
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.
Binary file not shown.
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue