seawolf2357 commited on
Commit
8ce5e5f
·
verified ·
1 Parent(s): 27dd0b9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ import os
6
  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
7
  """
8
 
9
- client = InferenceClient("mistralai/Mixtral-8x22B-Instruct-v0.1", token=os.getenv("HF_TOKEN"))
10
 
11
 
12
  def respond(
 
6
  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
7
  """
8
 
9
+ client = InferenceClient("CohereForAI/c4ai-command-r-plus", token=os.getenv("HF_TOKEN"))
10
 
11
 
12
  def respond(