Fix typo in huggingface_textgen_inference.ipynb (#9313)

Replaced incorrect `stream` parameter by `streaming` on Integrations
docs.
pull/9346/head
Angel Luis 1 year ago committed by GitHub
parent b04e472acf
commit 2e8733cf54
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -74,7 +74,7 @@
" typical_p=0.95,\n",
" temperature=0.01,\n",
" repetition_penalty=1.03,\n",
" stream=True\n",
" streaming=True\n",
")\n",
"llm(\"What did foo say about bar?\", callbacks=[StreamingStdOutCallbackHandler()])"
]

Loading…
Cancel
Save