Spaces:
Runtime error
Runtime error
Update agents/insights_agent.py
Browse files- agents/insights_agent.py +1 -1
agents/insights_agent.py
CHANGED
|
@@ -41,7 +41,7 @@ class InsightsAgent:
|
|
| 41 |
raise ValueError("ANTHROPIC_API_KEY not found in environment variables")
|
| 42 |
|
| 43 |
self.llm = ChatAnthropic(
|
| 44 |
-
model="claude-3-
|
| 45 |
anthropic_api_key=api_key,
|
| 46 |
temperature=0.2
|
| 47 |
)
|
|
|
|
| 41 |
raise ValueError("ANTHROPIC_API_KEY not found in environment variables")
|
| 42 |
|
| 43 |
self.llm = ChatAnthropic(
|
| 44 |
+
model="claude-3-7-sonnet-20250219",
|
| 45 |
anthropic_api_key=api_key,
|
| 46 |
temperature=0.2
|
| 47 |
)
|