mirror of
https://github.com/hwchase17/langchain
synced 2024-11-06 03:20:49 +00:00
Typo (#2747)
This commit is contained in:
parent
b92a89e29f
commit
789cc314c5
@ -80,7 +80,7 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"source": [
|
"source": [
|
||||||
"llm = ChatOpenAI(temperature=0,)\n",
|
"llm = ChatOpenAI(temperature=0)\n",
|
||||||
"tools = load_tools([\"requests_all\"] )\n",
|
"tools = load_tools([\"requests_all\"] )\n",
|
||||||
"tools += [tool]\n",
|
"tools += [tool]\n",
|
||||||
"\n",
|
"\n",
|
||||||
|
Loading…
Reference in New Issue
Block a user