emacs-openai / openai

Elisp library for the OpenAI API
GNU General Public License v3.0
100 stars 17 forks source link

feat: Expose all parameters #7

Closed jcs090218 closed 1 year ago

jcs090218 commented 1 year ago

For #5.

I am not familiar with elisp OOP so I didn't use classes or structures to expose response yet. But this PR should expose most of the parameters so users can send request(s) freely.