Spaces:
Running
Running
pseudotensor
commited on
Commit
•
8d9358b
1
Parent(s):
454e203
Update with h2oGPT hash 420636f98291ff2cb233648d69e9764254eebc6f
Browse files- gpt_langchain.py +1 -1
gpt_langchain.py
CHANGED
@@ -889,7 +889,7 @@ def get_llm(use_openai_model=False,
|
|
889 |
pipe = H2OTextGenerationPipeline(model=model, use_prompter=True,
|
890 |
prompter=prompter,
|
891 |
context=context,
|
892 |
-
|
893 |
prompt_type=prompt_type,
|
894 |
prompt_dict=prompt_dict,
|
895 |
sanitize_bot_response=sanitize_bot_response,
|
|
|
889 |
pipe = H2OTextGenerationPipeline(model=model, use_prompter=True,
|
890 |
prompter=prompter,
|
891 |
context=context,
|
892 |
+
iinput=iinput,
|
893 |
prompt_type=prompt_type,
|
894 |
prompt_dict=prompt_dict,
|
895 |
sanitize_bot_response=sanitize_bot_response,
|