mirror of
https://github.com/hwchase17/langchain.git
synced 2025-08-02 01:23:07 +00:00
docs: fix typo in openvino document (#19627)
This commit is contained in:
parent
1c27de6ce2
commit
28cd5522c2
@ -95,7 +95,7 @@
|
||||
"ov_pipe = pipeline(\n",
|
||||
" \"text-generation\", model=ov_model, tokenizer=tokenizer, max_new_tokens=10\n",
|
||||
")\n",
|
||||
"hf = HuggingFacePipeline(pipeline=ov_pipe)"
|
||||
"ov_llm = HuggingFacePipeline(pipeline=ov_pipe)"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user