Update agent.py
Browse files
agent.py
CHANGED
|
@@ -42,7 +42,7 @@ class AnkiGeneratorState(TypedDict, total=False):
|
|
| 42 |
# 2. Helpers
|
| 43 |
# ----------------------------------------------------------------------------
|
| 44 |
|
| 45 |
-
ANTHROPIC_MODEL = "claude-
|
| 46 |
client = anthropic.Anthropic()
|
| 47 |
|
| 48 |
|
|
|
|
| 42 |
# 2. Helpers
|
| 43 |
# ----------------------------------------------------------------------------
|
| 44 |
|
| 45 |
+
ANTHROPIC_MODEL = "claude-sonnet-4-20250514"
|
| 46 |
client = anthropic.Anthropic()
|
| 47 |
|
| 48 |
|