Spaces:
Sleeping
Sleeping
Thomas Bartlett
commited on
Commit
·
6db2c08
1
Parent(s):
96bb8bb
change to qen
Browse files
app.py
CHANGED
@@ -63,7 +63,7 @@ class BasicAgent:
|
|
63 |
|
64 |
self.llm = ChatHuggingFace(
|
65 |
llm=HuggingFaceEndpoint(
|
66 |
-
repo_id=
|
67 |
task="text-generation",
|
68 |
max_new_tokens=512,
|
69 |
temperature=0.0,
|
|
|
63 |
|
64 |
self.llm = ChatHuggingFace(
|
65 |
llm=HuggingFaceEndpoint(
|
66 |
+
repo_id='Qwen/Qwen2.5-Coder-32B-Instruct',
|
67 |
task="text-generation",
|
68 |
max_new_tokens=512,
|
69 |
temperature=0.0,
|