awacke1 commited on
Commit
b027e97
·
verified ·
1 Parent(s): 2420db2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -491,7 +491,7 @@ def perform_ai_lookup(query):
491
  response1 = client.predict(
492
  query,
493
  20,
494
- "Semantic Search - up to 10 Mar 2024",
495
  "mistralai/Mixtral-8x7B-Instruct-v0.1",
496
  api_name="/update_with_rag_md"
497
  )
 
491
  response1 = client.predict(
492
  query,
493
  20,
494
+ "Semantic Search",
495
  "mistralai/Mixtral-8x7B-Instruct-v0.1",
496
  api_name="/update_with_rag_md"
497
  )