Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
eyurtsev committed Nov 20, 2023
1 parent 6ae0168 commit cf0b7f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/notebooks/tool_usage.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
}
],
"source": [
"task = registry['Tool Usage - Relational Data']\n",
"task = registry[\"Tool Usage - Relational Data\"]\n",
"task"
]
},
Expand Down Expand Up @@ -240,7 +240,7 @@
" model=\"gpt-3.5-turbo-16k\",\n",
" temperature=0,\n",
" )\n",
" \n",
"\n",
" env = task.create_environment()\n",
"\n",
" llm_with_tools = llm.bind(\n",
Expand Down

0 comments on commit cf0b7f0

Please sign in to comment.