Skip to content

Commit 6ecaca7

Browse files
balloobclaude
andauthored
Update Anthropic max tokens to 3000 and recommended model to claude-3-5-haiku-latest (home-assistant#148624)
Co-authored-by: Claude <[email protected]>
1 parent 017cd0b commit 6ecaca7

File tree

1 file changed

+2
-2
lines changed
  • homeassistant/components/anthropic

1 file changed

+2
-2
lines changed

homeassistant/components/anthropic/const.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
CONF_RECOMMENDED = "recommended"
1111
CONF_PROMPT = "prompt"
1212
CONF_CHAT_MODEL = "chat_model"
13-
RECOMMENDED_CHAT_MODEL = "claude-3-haiku-20240307"
13+
RECOMMENDED_CHAT_MODEL = "claude-3-5-haiku-latest"
1414
CONF_MAX_TOKENS = "max_tokens"
15-
RECOMMENDED_MAX_TOKENS = 1024
15+
RECOMMENDED_MAX_TOKENS = 3000
1616
CONF_TEMPERATURE = "temperature"
1717
RECOMMENDED_TEMPERATURE = 1.0
1818
CONF_THINKING_BUDGET = "thinking_budget"

0 commit comments

Comments
 (0)