antimoda1 commited on
Commit ·
6d6e365
1
Parent(s): a9d8ae1
hotfix
Browse files
llm.py
CHANGED
|
@@ -4,7 +4,7 @@ from huggingface_hub import InferenceClient
|
|
| 4 |
token = os.environ["HF_TOKEN"]
|
| 5 |
client = InferenceClient(
|
| 6 |
model="Qwen/Qwen3-0.6B",
|
| 7 |
-
token=
|
| 8 |
)
|
| 9 |
|
| 10 |
def get_llm_answer(prompt):
|
|
|
|
| 4 |
token = os.environ["HF_TOKEN"]
|
| 5 |
client = InferenceClient(
|
| 6 |
model="Qwen/Qwen3-0.6B",
|
| 7 |
+
token=token
|
| 8 |
)
|
| 9 |
|
| 10 |
def get_llm_answer(prompt):
|