antimoda1 commited on
Commit
d07f753
·
1 Parent(s): 26428a7
Files changed (1) hide show
  1. llm.py +1 -1
llm.py CHANGED
@@ -3,7 +3,7 @@ from huggingface_hub import InferenceClient
3
 
4
  token = os.environ["forRAG"]
5
  client = InferenceClient(
6
- model="Qwen/Qwen‑1_8B‑Chat",
7
  token=token
8
  )
9
 
 
3
 
4
  token = os.environ["forRAG"]
5
  client = InferenceClient(
6
+ model="Qwen/Qwen‑7B‑Chat",
7
  token=token
8
  )
9