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 ad3e037 commit 0328361Copy full SHA for 0328361
Eask
@@ -0,0 +1,21 @@
1
+(package "chatgpt"
2
+ "0.1.0"
3
+ "Use ChatGPT inside Emacs")
4
+
5
+(website-url "https://github.com/emacs-openai/chatgpt")
6
+(keywords "comm" "openai")
7
8
+(package-file "chatgpt.el")
9
+(files "chatgpt-*.el")
10
11
+(script "test" "echo \"Error: no test specified\" && exit 1")
12
13
+(source 'jcs-elpa)
14
+(source 'gnu)
15
+(source 'melpa)
16
17
+(depends-on "emacs" "26.1")
18
+(depends-on "openai")
19
+(depends-on "request")
20
21
+(setq network-security-level 'low) ; see https://github.com/jcs090218/setup-emacs-windows/issues/156#issuecomment-932956432
0 commit comments