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 08264be commit 872e4b9Copy full SHA for 872e4b9
chatgpt-shell-ollama.el
@@ -33,10 +33,9 @@
33
(require 'seq)
34
(require 'subr-x)
35
36
-(require 'chatgpt-shell)
37
-
38
;; Muffle warning about free variable.
39
(defvar chatgpt-shell-models)
+(defvar chatgpt-shell-request-timeout)
40
(declare-function chatgpt-shell-crop-context "chatgpt-shell")
41
(declare-function chatgpt-shell--make-chatgpt-url "chatgpt-shell")
42
(declare-function chatgpt-shell-openai--user-assistant-messages "chatgpt-shell-openai")
0 commit comments