add missing import (#7730)

Just a nit documentation fix

 @baskaryan
pull/7739/head
Bearnardd 1 year ago committed by GitHub
parent 9800c6051c
commit 275b926cf7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save