disLodge commited on
Commit
6acf34c
·
verified ·
1 Parent(s): 41ec366
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
  class HuggingFaceInferenceClientRunnable(Runnable):
 
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
  class HuggingFaceInferenceClientRunnable(Runnable):