Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
updated requires, typo error
    I had missed the s on the end of completions before 🤦 in `(require
    'openai-completions)`.
  • Loading branch information
antonhibl committed Feb 12, 2023
commit ee3e4f863247605c7372b22991b2fea25652b1df
1 change: 1 addition & 0 deletions codegpt.el
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
;;; Code:

(require 'openai)
(require 'openai-completions)

(defgroup codegpt nil
"Use GPT-3 tp help you write code."
Expand Down