seawolf2357 commited on
Commit
9aae3c8
·
verified ·
1 Parent(s): 1cc9d24

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("meta-llama/Meta-Llama-3-70B-Instruct", 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("mistralai/Mixtral-8x22B-Instruct-v0.1", token=os.getenv("HF_TOKEN"))
10
 
11
 
12
  def respond(