Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -10,9 +10,7 @@ from retriever import game_info_tool
|
|
| 10 |
import os
|
| 11 |
|
| 12 |
llm = HuggingFaceEndpoint(
|
| 13 |
-
repo_id="
|
| 14 |
-
temperature=0.7,
|
| 15 |
-
max_new_tokens=256,
|
| 16 |
huggingfacehub_api_token=os.environ.get("HUGGINGFACEHUB_API_TOKEN")
|
| 17 |
)
|
| 18 |
|
|
|
|
| 10 |
import os
|
| 11 |
|
| 12 |
llm = HuggingFaceEndpoint(
|
| 13 |
+
repo_id="Qwen/Qwen2.5-Coder-32B-Instruct",
|
|
|
|
|
|
|
| 14 |
huggingfacehub_api_token=os.environ.get("HUGGINGFACEHUB_API_TOKEN")
|
| 15 |
)
|
| 16 |
|