mirror of
https://github.com/hwchase17/langchain
synced 2024-11-20 03:25:56 +00:00
Fix typo in huggingface_textgen_inference.ipynb (#9313)
Replaced incorrect `stream` parameter by `streaming` on Integrations docs.
This commit is contained in:
parent
b04e472acf
commit
2e8733cf54
@ -74,7 +74,7 @@
|
|||||||
" typical_p=0.95,\n",
|
" typical_p=0.95,\n",
|
||||||
" temperature=0.01,\n",
|
" temperature=0.01,\n",
|
||||||
" repetition_penalty=1.03,\n",
|
" repetition_penalty=1.03,\n",
|
||||||
" stream=True\n",
|
" streaming=True\n",
|
||||||
")\n",
|
")\n",
|
||||||
"llm(\"What did foo say about bar?\", callbacks=[StreamingStdOutCallbackHandler()])"
|
"llm(\"What did foo say about bar?\", callbacks=[StreamingStdOutCallbackHandler()])"
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user