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.
1 parent 8760b38 commit ae82a2cCopy full SHA for ae82a2c
chatgpt-shell-deepseek.el
@@ -46,6 +46,14 @@ VALIDATE-COMMAND and OTHER-PARAMS for `chatgpt-shell-openai-make-model'."
46
(defun chatgpt-shell-deepseek-models ()
47
"Build a list of DeepSeek LLM models."
48
(list (chatgpt-shell-deepseek-make-model
49
+ :version "deepseek-reasoner"
50
+ :short-version "reasoner"
51
+ :label "DeepSeek"
52
+ ;; See https://api-docs.deepseek.com/quick_start/token_usage
53
+ :token-width 3
54
+ ;; See https://api-docs.deepseek.com/quick_start/pricing.
55
+ :context-window 65536)
56
+ (chatgpt-shell-deepseek-make-model
57
:version "deepseek-chat"
58
:short-version "chat"
59
:label "DeepSeek"
0 commit comments