Skip to content

MercuricChloride/chatgpt.el

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 

Repository files navigation

chatgpt-emacs

A plugin for emacs that adds chatgpt support

Usage

To use this plugin, you must define you chatgpt-api-key in your .emacs file.

(setq chatgpt-api-key "YOUR_API_KEY")

To change what model you are using, update the chatgpt-model variable

(setq chatgpt-model "gpt-4")
(setq chatgpt-model "gpt-3.5-turbo")

Then, you can use the command chatgpt-reply to start a chat with the bot.

About

A plugin for emacs that adds chat-gpt support

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published