Skip to content

Commit d705931

Browse files
committed
Fix DeepSeek filter docstring
1 parent 89bd052 commit d705931

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

chatgpt-shell-deepseek.el

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -103,9 +103,7 @@ If you use DeepSeek through a proxy service, change the URL base."
103103
:missing-key-msg "Your chatgpt-shell-deepseek-key is missing"))
104104

105105
(defun chatgpt-shell-deepseek--filter-output (raw-response)
106-
"Filter RAW-RESPONSE when processing responses are sent.
107-
108-
This occurs for example with OpenAI's o1 model through DeepSeek."
106+
"Filter RAW-RESPONSE when processing responses are sent."
109107
(chatgpt-shell-openai--filter-output raw-response))
110108

111109
(defun chatgpt-shell-deepseek--make-headers (&rest args)

0 commit comments

Comments
 (0)