Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -33,7 +33,7 @@ class MyAgent:
|
|
| 33 |
def __init__(self):
|
| 34 |
self.llm = ChatHuggingFace(
|
| 35 |
llm=HuggingFaceEndpoint(
|
| 36 |
-
repo_id="
|
| 37 |
task="text-generation",
|
| 38 |
|
| 39 |
)
|
|
|
|
| 33 |
def __init__(self):
|
| 34 |
self.llm = ChatHuggingFace(
|
| 35 |
llm=HuggingFaceEndpoint(
|
| 36 |
+
repo_id="Qwen/Qwen2.5-Coder-32B-Instruct",
|
| 37 |
task="text-generation",
|
| 38 |
|
| 39 |
)
|