File tree Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Original file line number Diff line number Diff line change @@ -105,8 +105,8 @@ VALIDATE-COMMAND and OTHER-PARAMS for `chatgpt-shell-openai-make-model'."
105
105
:short-version " qwen-2.5-coder-32b"
106
106
:label " Qwen"
107
107
:token-width 16
108
- ; ; See
109
- :context-window 32768
108
+ ; ; See https://openrouter.ai/qwen/qwen-2.5-coder-32b-instruct
109
+ :context-window 33000
110
110
; ; Multiple quantizations are offered for this model by different
111
111
; ; providers so we restrict to one for consistency. Note that the sense
112
112
; ; in which provider is used here means the providers available through
@@ -115,14 +115,13 @@ VALIDATE-COMMAND and OTHER-PARAMS for `chatgpt-shell-openai-make-model'."
115
115
; ;
116
116
; ; See https://openrouter.ai/qwen/qwen-2.5-coder-32b-instruct
117
117
:other-params '((provider (quantizations . [" bf16" ]))))
118
- (chatgpt-shell-openrouter-make-model
118
+ (chatgpt-shell-openrouter-make-model
119
119
:version " anthropic/claude-3.7-sonnet"
120
120
:short-version " claude-3.7-sonnet"
121
- :label " Claude3.7Sonnet"
122
- :token-width 16
123
- ; ; See
124
- :context-window 200000
125
- )))
121
+ :label " Claude"
122
+ :token-width 4
123
+ ; ; See https://openrouter.ai/anthropic/claude-3.7-sonnet
124
+ :context-window 200000 )))
126
125
127
126
(defcustom chatgpt-shell-openrouter-api-url-base " https://openrouter.ai/api"
128
127
" OpenRouter API's base URL.
You can’t perform that action at this time.
0 commit comments