KingNish commited on
Commit
fc074cd
1 Parent(s): ae15b65

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -62,7 +62,7 @@ def search(query):
62
  return all_results
63
 
64
 
65
- client = InferenceClient("google/gemma-1.1-7b-it")
66
 
67
  def respond(
68
  message, history
 
62
  return all_results
63
 
64
 
65
+ client = InferenceClient("microsoft/Phi-3-mini-4k-instruct")
66
 
67
  def respond(
68
  message, history