derek-thomas HF staff commited on
Commit
27b9e27
1 Parent(s): d73ce68

Trying without token?

Browse files
Files changed (1) hide show
  1. backend/query_llm.py +1 -1
backend/query_llm.py CHANGED
@@ -13,7 +13,7 @@ repetition_penalty = 1.2
13
 
14
  text_client = InferenceClient(
15
  "mistralai/Mistral-7B-Instruct-v0.1",
16
- token=getenv("HF_API_TOKEN")
17
  )
18
 
19
 
 
13
 
14
  text_client = InferenceClient(
15
  "mistralai/Mistral-7B-Instruct-v0.1",
16
+ # token=getenv("HF_API_TOKEN")
17
  )
18
 
19