Skip to content

v0.11.4

Choose a tag to compare

@hallacy hallacy released this 14 Dec 00:34
· 1115 commits to main since this release
b39bddd
  • 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.