Skip to content

Commit b6b2dc3

Browse files
authored
Merge pull request #311 from utoku/main
2 parents ae04ea2 + ea501dd commit b6b2dc3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

chatgpt-shell-anthropic.el

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,11 @@ VALIDATE-COMMAND handler."
9292
(list
9393
;; https://docs.anthropic.com/en/docs/about-claude/models#model-comparison-table
9494
;; A token is equivalent to _about_ 4 characters.
95+
(chatgpt-shell-anthropic--make-model :version "claude-3-7-sonnet-20250219"
96+
:short-version "3-7-sonnet-20250219"
97+
:token-width 4
98+
:max-tokens 8192
99+
:context-window 200000)
95100
(chatgpt-shell-anthropic--make-model :version "claude-3-5-sonnet-20241022"
96101
:short-version "3-5-sonnet-20241022"
97102
:token-width 4

0 commit comments

Comments
 (0)