Solshine commited on
Commit
0003383
1 Parent(s): f018a1b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -91,6 +91,7 @@ def launch_bot():
91
  if response == 'The returned results did not contain sufficient information to be summarized into a useful answer for your query. Please try a different search or restate your query differently.':
92
  #st.write("reroute to LLM")
93
  #call in Mistral
 
94
  device = "cuda" # the device to load the model onto
95
 
96
 
 
91
  if response == 'The returned results did not contain sufficient information to be summarized into a useful answer for your query. Please try a different search or restate your query differently.':
92
  #st.write("reroute to LLM")
93
  #call in Mistral
94
+ print("Called in Mistral")
95
  device = "cuda" # the device to load the model onto
96
 
97