Bhaskar2611 commited on
Commit
a640eae
·
verified ·
1 Parent(s): 3aabe25

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -69,7 +69,7 @@ from huggingface_hub import InferenceClient
69
  """
70
  For more information on `huggingface_hub` Inference API support, please check the docs: https://huggingface.co/docs/huggingface_hub/v0.22.2/en/guides/inference
71
  """
72
- client = InferenceClient("Qwen/Qwen2.5-Coder-32B-Instruct")
73
 
74
  def respond(message, history: list[tuple[str, str]]):
75
  system_message = "You are a friendly Chatbot."
 
69
  """
70
  For more information on `huggingface_hub` Inference API support, please check the docs: https://huggingface.co/docs/huggingface_hub/v0.22.2/en/guides/inference
71
  """
72
+ client = InferenceClient("mistralai/Mistral-Small-24B-Instruct-2501")
73
 
74
  def respond(message, history: list[tuple[str, str]]):
75
  system_message = "You are a friendly Chatbot."