Skip to content

Commit ecfbd40

Browse files
authored
Merge pull request #317 from italoaa/main
2 parents 50745e3 + ce742fc commit ecfbd40

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

chatgpt-shell-openrouter.el

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,15 @@ VALIDATE-COMMAND and OTHER-PARAMS for `chatgpt-shell-openai-make-model'."
114114
;; argument.
115115
;;
116116
;; See https://openrouter.ai/qwen/qwen-2.5-coder-32b-instruct
117-
:other-params '((provider (quantizations . ["bf16"]))))))
117+
:other-params '((provider (quantizations . ["bf16"]))))
118+
(chatgpt-shell-openrouter-make-model
119+
:version "anthropic/claude-3.7-sonnet"
120+
:short-version "claude-3.7-sonnet"
121+
:label "Claude3.7Sonnet"
122+
:token-width 16
123+
;; See
124+
:context-window 200000
125+
)))
118126

119127
(defcustom chatgpt-shell-openrouter-api-url-base "https://openrouter.ai/api"
120128
"OpenRouter API's base URL.

0 commit comments

Comments
 (0)