fix_agent_callbacks
Nuhman Pk 1 year ago committed by GitHub
parent b92a89e29f
commit 789cc314c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -80,7 +80,7 @@
}
],
"source": [
"llm = ChatOpenAI(temperature=0,)\n",
"llm = ChatOpenAI(temperature=0)\n",
"tools = load_tools([\"requests_all\"] )\n",
"tools += [tool]\n",
"\n",

Loading…
Cancel
Save