jasminemomoko commited on
Commit
4dffa29
·
verified ·
1 Parent(s): 5593da9

update to Qwen/Qwen2.5-72B-Instruct

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -41,7 +41,7 @@ def get_relevant_context(query, top_k=3):
41
  return context
42
 
43
  # instantiate the inference client for your model
44
- client = InferenceClient("HuggingFaceH4/zephyr-7b-beta")
45
 
46
  def respond(message, history):
47
  # retrieve context relevant to the current user message
 
41
  return context
42
 
43
  # instantiate the inference client for your model
44
+ client = InferenceClient("Qwen/Qwen2.5-72B-Instruct")
45
 
46
  def respond(message, history):
47
  # retrieve context relevant to the current user message