This commit is contained in:
Nuhman Pk
2023-04-12 21:36:30 +05:30
committed by GitHub
parent b92a89e29f
commit 789cc314c5

View File

@@ -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",