Spaces:
Runtime error
Runtime error
Update agents/data_agent.py
Browse files- agents/data_agent.py +1 -1
agents/data_agent.py
CHANGED
|
@@ -56,7 +56,7 @@ class DataAgent:
|
|
| 56 |
raise ValueError("ANTHROPIC_API_KEY not found in environment variables")
|
| 57 |
|
| 58 |
self.llm = ChatAnthropic(
|
| 59 |
-
model="claude-3-
|
| 60 |
anthropic_api_key=api_key,
|
| 61 |
temperature=0.1
|
| 62 |
)
|
|
|
|
| 56 |
raise ValueError("ANTHROPIC_API_KEY not found in environment variables")
|
| 57 |
|
| 58 |
self.llm = ChatAnthropic(
|
| 59 |
+
model="claude-3-7-sonnet-20250219",
|
| 60 |
anthropic_api_key=api_key,
|
| 61 |
temperature=0.1
|
| 62 |
)
|