antimoda1 commited on
Commit
26428a7
·
1 Parent(s): 1c5d691

change model

Browse files
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="EleutherAI/gpt-j-6b",
7
  token=token
8
  )
9
 
 
3
 
4
  token = os.environ["forRAG"]
5
  client = InferenceClient(
6
+ model="Qwen/Qwen‑1_8B‑Chat",
7
  token=token
8
  )
9