derek-thomas HF staff commited on
Commit
5da9418
1 Parent(s): 5b6661f

Removing token

Browse files
Files changed (1) hide show
  1. backend/query_llm.py +0 -1
backend/query_llm.py CHANGED
@@ -13,7 +13,6 @@ 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
  )
17
 
18