Spaces:
Runtime error
Runtime error
derek-thomas
commited on
Commit
·
e446639
1
Parent(s):
3ba239b
Try token again
Browse files- 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 |
-
|
17 |
)
|
18 |
|
19 |
|
|
|
13 |
|
14 |
text_client = InferenceClient(
|
15 |
"mistralai/Mistral-7B-Instruct-v0.1",
|
16 |
+
token=getenv("HF_API_TOKEN")
|
17 |
)
|
18 |
|
19 |
|