We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 50745e3 + ce742fc commit ecfbd40Copy full SHA for ecfbd40
chatgpt-shell-openrouter.el
@@ -114,7 +114,15 @@ VALIDATE-COMMAND and OTHER-PARAMS for `chatgpt-shell-openai-make-model'."
114
;; argument.
115
;;
116
;; See https://openrouter.ai/qwen/qwen-2.5-coder-32b-instruct
117
- :other-params '((provider (quantizations . ["bf16"]))))))
+ :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
+ )))
126
127
(defcustom chatgpt-shell-openrouter-api-url-base "https://openrouter.ai/api"
128
"OpenRouter API's base URL.
0 commit comments