Spaces:
Sleeping
Sleeping
Commit
·
f0273ec
1
Parent(s):
e93cb13
switched to Qwen 14B Instruct
Browse files
app.py
CHANGED
@@ -273,7 +273,7 @@ Instructions:
|
|
273 |
# Generate the chat interface, including the tools
|
274 |
|
275 |
llm = HuggingFaceEndpoint(
|
276 |
-
repo_id="Qwen/Qwen2
|
277 |
huggingfacehub_api_token=HF_ACCESS_KEY,
|
278 |
# model_kwargs={'prompt': system_prompt}
|
279 |
# system_prompt=system_prompt,
|
|
|
273 |
# Generate the chat interface, including the tools
|
274 |
|
275 |
llm = HuggingFaceEndpoint(
|
276 |
+
repo_id="Qwen/Qwen2-14B-Instruct",
|
277 |
huggingfacehub_api_token=HF_ACCESS_KEY,
|
278 |
# model_kwargs={'prompt': system_prompt}
|
279 |
# system_prompt=system_prompt,
|