fantaxy commited on
Commit
7ad1fa3
1 Parent(s): bf799a1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ import os
4
  import requests
5
 
6
  # Set up the inference API client
7
- hf_client = InferenceClient("mistralai/Mistral-7B-Instruct-v0.3", token=os.getenv("HF_TOKEN"))
8
 
9
  def respond(
10
  message,
 
4
  import requests
5
 
6
  # Set up the inference API client
7
+ hf_client = InferenceClient("CohereForAI/c4ai-command-r-plus", token=os.getenv("HF_TOKEN"))
8
 
9
  def respond(
10
  message,