File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -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