antimoda1 commited on
Commit
53be52f
·
1 Parent(s): d07f753
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‑7B‑Chat",
7
  token=token
8
  )
9
 
 
3
 
4
  token = os.environ["forRAG"]
5
  client = InferenceClient(
6
+ model="Qwen/Qwen2.5-7B-Instruct ",
7
  token=token
8
  )
9