KingNish commited on
Commit
b7d0207
1 Parent(s): 5d14293

Update chatbot.py

Browse files
Files changed (1) hide show
  1. chatbot.py +1 -1
chatbot.py CHANGED
@@ -263,7 +263,7 @@ def model_inference( user_prompt, chat_history):
263
  json_data = json.loads(str(response))
264
  if json_data["name"] == "web_search":
265
  query = json_data["arguments"]["query"]
266
- client_mistral_nemo
267
  gr.Info("Searching Web")
268
  yield "Searching Web"
269
  web_results = search(query)
 
263
  json_data = json.loads(str(response))
264
  if json_data["name"] == "web_search":
265
  query = json_data["arguments"]["query"]
266
+
267
  gr.Info("Searching Web")
268
  yield "Searching Web"
269
  web_results = search(query)