v0.11.4
版本发布时间: 2021-12-14 08:34:27
openai/openai-python最新发布版本:v1.43.0(2024-08-30 02:00:39)
- Answers and Classification endpoints now have their own prepare_data functions, similar to search
- Moved the utils file used in the embeddings examples to embeddings_utils. This will allow the code to be imported
- Changed the default api_prefix to be "" and instead moved that logic into init.py. You might need to update any local OPENAI_API_BASE that you've set.