Closed antonhibl closed 1 year ago
addresses #5
@jcs090218 it looks like the (require 'openai-completions) line is throwing off the CI system, are we sure we need that line f we have
(require 'openai) above it? Importing openai should handle importing the same things I believe although correct me if I am wrong because you are the author.
let me know if you see the same CI issues, I just removed the (require 'openai-completions) line from this commit since it cause the CI to fail.
I think we only need openai-completion
since it already require openai
by itself. See https://github.com/emacs-openai/openai/blob/e1a7fa234faa1130e997a942e96fe18d9785d0f3/openai-completion.el#L29
Makes sense, it should be fixed now. Not sure why the CI failed before since in this case it is a valid require for openai-completion @jcs090218
I think you added the extra s
behind. https://github.com/emacs-openai/codegpt/actions/runs/4158060485/jobs/7193041221#step:5:125
that makes sense, oops 😅
No worries! Thanks for your contribution!
Feel free to make more contributions! Looking forward to collaborating with others! ;)