- Relax validation of
model
argument 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
- 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
- Remove outdated endpoints
create_answer()
,create_classification()
, andcreate_search()
- Deprecate
retrieve_engine()
andlist_engines()
- Deprecate
engine_id
argument increate_completion()
,create_edit()
, andcreate_embedding()
-
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 Policy -
Add new model-related functions, namely
list_models()
andretrieve_model()
- Initial version