Spaces:
Sleeping
Sleeping
Vinay Kerai
commited on
Commit
·
cd3c1e5
1
Parent(s):
4c8fdf1
fix
Browse files
app.py
CHANGED
|
@@ -29,8 +29,7 @@ class AgentState(TypedDict):
|
|
| 29 |
class GAIAAgent:
|
| 30 |
# --- LLM ---
|
| 31 |
llm = HuggingFaceEndpoint(
|
| 32 |
-
repo_id="Qwen/Qwen2.5-Coder-32B-Instruct"
|
| 33 |
-
huggingfacehub_api_token=os.getenv('HF_TOKEN'),
|
| 34 |
)
|
| 35 |
chat = ChatHuggingFace(llm=llm, verbose=True)
|
| 36 |
|
|
|
|
| 29 |
class GAIAAgent:
|
| 30 |
# --- LLM ---
|
| 31 |
llm = HuggingFaceEndpoint(
|
| 32 |
+
repo_id="Qwen/Qwen2.5-Coder-32B-Instruct"
|
|
|
|
| 33 |
)
|
| 34 |
chat = ChatHuggingFace(llm=llm, verbose=True)
|
| 35 |
|