File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -92,23 +92,23 @@ VALIDATE-COMMAND handler."
92
92
(list
93
93
; ; https://docs.anthropic.com/en/docs/about-claude/models#model-comparison-table
94
94
; ; 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 "
95
+ (chatgpt-shell-anthropic--make-model :version " claude-3-7-sonnet-latest "
96
+ :short-version " 3. 7-sonnet"
97
97
:token-width 4
98
98
:max-tokens 8192
99
99
:context-window 200000 )
100
- (chatgpt-shell-anthropic--make-model :version " claude-3-5-sonnet-20241022 "
101
- :short-version " 3- 5-sonnet-20241022 "
100
+ (chatgpt-shell-anthropic--make-model :version " claude-3-5-sonnet-latest "
101
+ :short-version " 3. 5-sonnet"
102
102
:token-width 4
103
103
:max-tokens 8192
104
104
:context-window 200000 )
105
- (chatgpt-shell-anthropic--make-model :version " claude-3-5-haiku-20241022 "
106
- :short-version " 3- 5-haiku-20241022 "
105
+ (chatgpt-shell-anthropic--make-model :version " claude-3-5-haiku-latest "
106
+ :short-version " 3. 5-haiku"
107
107
:token-width 4
108
108
:max-tokens 8192
109
109
:context-window 200000 )
110
- (chatgpt-shell-anthropic--make-model :version " claude-3-opus-20240229 "
111
- :short-version " 3-opus-20240229 "
110
+ (chatgpt-shell-anthropic--make-model :version " claude-3-opus-latest "
111
+ :short-version " 3-opus"
112
112
:token-width 4
113
113
:max-tokens 4096
114
114
:context-window 200000 )))
You can’t perform that action at this time.
0 commit comments