Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -117,7 +117,7 @@ with gr.Blocks(theme = gr.themes.Soft()) as demo:
|
|
117 |
input = gr.Textbox(show_label = False, visible = False)
|
118 |
gr_md = gr.Markdown(mark_text + md_text_initial)
|
119 |
|
120 |
-
def update_with_rag_md(message, llm_results_use =
|
121 |
prompt_text_from_data = ""
|
122 |
database_to_use = database_choice
|
123 |
if database_choice == index_info:
|
|
|
117 |
input = gr.Textbox(show_label = False, visible = False)
|
118 |
gr_md = gr.Markdown(mark_text + md_text_initial)
|
119 |
|
120 |
+
def update_with_rag_md(message, llm_results_use = 10, database_choice = index_info, llm_model_picked = 'mistralai/Mistral-7B-Instruct-v0.2'):
|
121 |
prompt_text_from_data = ""
|
122 |
database_to_use = database_choice
|
123 |
if database_choice == index_info:
|