add missing import (#7730)

Just a nit documentation fix

 @baskaryan
This commit is contained in:
Bearnardd 2023-07-15 02:03:23 +02:00 committed by GitHub
parent 9800c6051c
commit 275b926cf7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -35,6 +35,8 @@
"metadata": {},
"outputs": [],
"source": [
"from langchain.llms import HuggingFaceTextGenInference\n",
"\n",
"llm = HuggingFaceTextGenInference(\n",
" inference_server_url=\"http://localhost:8010/\",\n",
" max_new_tokens=512,\n",