disLodge commited on
Commit
0340b3a
·
verified ·
1 Parent(s): 2cf5e41
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -23,8 +23,7 @@ half = lo+ve
23
  HF_TOKEN = os.getenv("HUGGINGFACEHUB_API_TOKEN",half )
24
  client = InferenceClient(
25
  model="mistralai/Mixtral-8x7B-Instruct-v0.1",
26
- token=HF_TOKEN,
27
- provider="hf-inference"
28
  )
29
 
30
 
 
23
  HF_TOKEN = os.getenv("HUGGINGFACEHUB_API_TOKEN",half )
24
  client = InferenceClient(
25
  model="mistralai/Mixtral-8x7B-Instruct-v0.1",
26
+ token=HF_TOKEN
 
27
  )
28
 
29