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 b5e91ec + 03881f8 commit 08264beCopy full SHA for 08264be
chatgpt-shell-ollama.el
@@ -33,6 +33,8 @@
33
(require 'seq)
34
(require 'subr-x)
35
36
+(require 'chatgpt-shell)
37
+
38
;; Muffle warning about free variable.
39
(defvar chatgpt-shell-models)
40
(declare-function chatgpt-shell-crop-context "chatgpt-shell")
@@ -179,6 +181,7 @@ replace all models with locally installed ollama models."
179
181
(list (cons command nil)))
180
182
:settings settings)
183
:filter #'chatgpt-shell-ollama--extract-ollama-response
184
+ :timeout chatgpt-shell-request-timeout
185
:shell shell))
186
187
(cl-defun chatgpt-shell-ollama--make-url (&key _command _model _settings)
0 commit comments