openai 0.4.1
CRAN release: 2023-03-14
- Relax validation of
modelargument in functionscreate_chat_completion(),create_fine_tune(),create_moderation(),create_embedding(),create_transcription(), andcreate_translation(). Otherwise, each time OpenAI will roll out a new model, the list of models has to be updated
openai 0.4.0
CRAN release: 2023-03-07
- Add endpoints
create_chat_completion(),create_transcription(), andcreate_translation() - Downgrade R dependence to 3.5
- Remove redundant options of
upload_file()’s argumentpurpose, namely"search","answers", and"classifications" - Update links in documentation
openai 0.3.0
CRAN release: 2022-12-12
- Remove outdated endpoints
create_answer(),create_classification(), andcreate_search() - Deprecate
retrieve_engine()andlist_engines() - Deprecate
engine_idargument increate_completion(),create_edit(), andcreate_embedding()
openai 0.2.0
CRAN release: 2022-12-04
Add new DALL-E functions, namely
create_image(),create_image_edit(), andcreate_image_variation()Add the new function
create_moderation()that checks whether the input violates OpenAI’s Content PolicyAdd new model-related functions, namely
list_models()andretrieve_model()
