vagrillo commited on
Commit
0a6d3b8
·
verified ·
1 Parent(s): 2ffae4d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 = 5, 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:
 
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: