Spaces:
Sleeping
Sleeping
EtienneB
commited on
Commit
·
61cae63
1
Parent(s):
042d1d5
Update agent.py
Browse files
agent.py
CHANGED
@@ -97,10 +97,9 @@ def build_graph():
|
|
97 |
|
98 |
# First create the HuggingFaceEndpoint
|
99 |
llm_endpoint = HuggingFaceEndpoint(
|
100 |
-
repo_id="
|
101 |
-
|
102 |
-
#
|
103 |
-
api_key=GEMINI_API_KEY,
|
104 |
temperature=0.3,
|
105 |
max_new_tokens=512,
|
106 |
timeout=60,
|
|
|
97 |
|
98 |
# First create the HuggingFaceEndpoint
|
99 |
llm_endpoint = HuggingFaceEndpoint(
|
100 |
+
repo_id="Qwen/Qwen2.5-Coder-32B-Instruct",
|
101 |
+
huggingfacehub_api_token=HUGGINGFACEHUB_API_TOKEN,
|
102 |
+
#api_key=GEMINI_API_KEY,
|
|
|
103 |
temperature=0.3,
|
104 |
max_new_tokens=512,
|
105 |
timeout=60,
|