Spaces:
Sleeping
Sleeping
Commit
·
47d092c
1
Parent(s):
8254edf
Llama 70B
Browse files
app.py
CHANGED
|
@@ -331,7 +331,7 @@ Instructions:
|
|
| 331 |
# Generate the chat interface, including the tools
|
| 332 |
|
| 333 |
llm = HuggingFaceEndpoint(
|
| 334 |
-
repo_id="
|
| 335 |
# repo_id="Qwen/Qwen2.5-32B-Instruct",
|
| 336 |
huggingfacehub_api_token=HF_ACCESS_KEY,
|
| 337 |
# model_kwargs={'prompt': system_prompt}
|
|
|
|
| 331 |
# Generate the chat interface, including the tools
|
| 332 |
|
| 333 |
llm = HuggingFaceEndpoint(
|
| 334 |
+
repo_id="meta-llama/Llama-3.3-70B-Instruct",
|
| 335 |
# repo_id="Qwen/Qwen2.5-32B-Instruct",
|
| 336 |
huggingfacehub_api_token=HF_ACCESS_KEY,
|
| 337 |
# model_kwargs={'prompt': system_prompt}
|