mirror of
https://github.com/trycua/computer.git
synced 2026-01-01 19:10:30 -06:00
Add missing comma in example code
This commit is contained in:
@@ -302,7 +302,7 @@
|
||||
"source": [
|
||||
"# Create agent with Anthropic loop and provider\n",
|
||||
"agent = ComputerAgent(\n",
|
||||
" model=\"openai/computer-use-preview\"\n",
|
||||
" model=\"openai/computer-use-preview\",\n",
|
||||
" tools=[computer],\n",
|
||||
" trajectory_dir=str(Path(\"trajectories\")),\n",
|
||||
" only_n_most_recent_images=3,\n",
|
||||
|
||||
Reference in New Issue
Block a user