Skip to content

Commit

Permalink
Add missing arg
Browse files Browse the repository at this point in the history
  • Loading branch information
pseudotensor committed Mar 29, 2024
1 parent aaa633f commit 6a26f32
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/gradio_runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -3514,6 +3514,7 @@ def add_langchain_mode(db1s, selection_docs_state1, requests_state1, langchain_m
h2ogpt_key2, visible_models2,
None, None, None, None,
None, None, None, None,
None, None, None, None,
None, None,
text_output1, text_output21, text_outputs1,
)
Expand Down Expand Up @@ -3632,6 +3633,7 @@ def remove_langchain_mode(db1s, selection_docs_state1, requests_state1,
h2ogpt_key2, visible_models2,
None, None, None, None,
None, None, None, None,
None, None, None, None,
None, None,
text_output1, text_output21, text_outputs1,
)
Expand Down Expand Up @@ -5607,6 +5609,7 @@ def save_chat(*args, chat_is_list=False, auth_filename=None, auth_freeze=None, r
h2ogpt_key2, visible_models2,
None, None, None, None,
None, None, None, None,
None, None, None, None,
None, None,
text_output1, text_output21, text_outputs1,
)
Expand Down Expand Up @@ -5700,6 +5703,7 @@ def add_chats_from_file(db1s, requests_state1, file, chat_state1, radio_chats1,
h2ogpt_key2, visible_models2,
None, None, None, None,
None, None, None, None,
None, None, None, None,
None, None,
text_output1, text_output21, text_outputs1,
)
Expand Down

0 comments on commit 6a26f32

Please sign in to comment.