Skip to content

Commit 0ae725a

Browse files
committed
Fix context length for Qwen
1 parent ecfbd40 commit 0ae725a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

chatgpt-shell-openrouter.el

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,8 @@ VALIDATE-COMMAND and OTHER-PARAMS for `chatgpt-shell-openai-make-model'."
105105
:short-version "qwen-2.5-coder-32b"
106106
:label "Qwen"
107107
: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
110110
;; Multiple quantizations are offered for this model by different
111111
;; providers so we restrict to one for consistency. Note that the sense
112112
;; in which provider is used here means the providers available through

0 commit comments

Comments
 (0)