antimoda1 commited on
Commit
6d6e365
·
1 Parent(s): a9d8ae1
Files changed (1) hide show
  1. llm.py +1 -1
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="HF_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):