irudnyts / openai

An R package-wrapper around OpenAI API
https://irudnyts.github.io/openai/
Other
164 stars 28 forks source link

Add seed parameter for `chat/completions` endpoint #65

Open haukelicht opened 2 months ago

haukelicht commented 2 months ago

Thank you for your work on this package, @irudnyts! My students really love it because it enables them to make their first steps in using LLMs for text analysis task.

If I may, I'd like to make a feature request/contribution:

I have cloned your repo and created a local branch, "add_seed_parameter", that implements this change (in the source code and test). Would you like to give me permission to push this change?