NEWS.md
model argument in functions create_chat_completion(), create_fine_tune(), create_moderation(), create_embedding(), create_transcription(), and create_translation(). Otherwise, each time OpenAI will roll out a new model, the list of models has to be updatedcreate_chat_completion(), create_transcription(), and create_translation()
upload_file()’s argument purpose, namely "search", "answers", and "classifications"
create_answer(), create_classification(), and create_search()
retrieve_engine() and list_engines()
engine_id argument in create_completion(), create_edit(), and create_embedding()
Add new DALL-E functions, namely create_image(), create_image_edit(), and create_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() and retrieve_model()