lostinthesea commited on
Commit
59dd6a7
·
verified ·
1 Parent(s): 29ddc04

Update agent.py

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