Spaces:
Sleeping
Sleeping
Commit
·
eeaffec
1
Parent(s):
556e783
32B Q
Browse files
app.py
CHANGED
@@ -254,7 +254,7 @@ Instructions:
|
|
254 |
# Generate the chat interface, including the tools
|
255 |
|
256 |
llm = HuggingFaceEndpoint(
|
257 |
-
repo_id="Qwen/Qwen2.5-
|
258 |
huggingfacehub_api_token=HF_ACCESS_KEY,
|
259 |
# model_kwargs={'prompt': system_prompt}
|
260 |
# system_prompt=system_prompt,
|
|
|
254 |
# Generate the chat interface, including the tools
|
255 |
|
256 |
llm = HuggingFaceEndpoint(
|
257 |
+
repo_id="Qwen/Qwen2.5-32B-Instruct",
|
258 |
huggingfacehub_api_token=HF_ACCESS_KEY,
|
259 |
# model_kwargs={'prompt': system_prompt}
|
260 |
# system_prompt=system_prompt,
|