Spaces:
Runtime error
Runtime error
Update agents/planning_agent.py
Browse files- agents/planning_agent.py +1 -1
agents/planning_agent.py
CHANGED
|
@@ -31,7 +31,7 @@ class PlanningAgent:
|
|
| 31 |
raise ValueError("ANTHROPIC_API_KEY not found in environment variables")
|
| 32 |
|
| 33 |
self.llm = ChatAnthropic(
|
| 34 |
-
model="claude-3-
|
| 35 |
anthropic_api_key=api_key,
|
| 36 |
temperature=0.1
|
| 37 |
)
|
|
|
|
| 31 |
raise ValueError("ANTHROPIC_API_KEY not found in environment variables")
|
| 32 |
|
| 33 |
self.llm = ChatAnthropic(
|
| 34 |
+
model="claude-3-7-sonnet-20250219",
|
| 35 |
anthropic_api_key=api_key,
|
| 36 |
temperature=0.1
|
| 37 |
)
|