Skip to content

Version 11.6 diff #66

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Jan 21, 2022
Merged

Version 11.6 diff #66

merged 4 commits into from
Jan 21, 2022

Conversation

hallacy
Copy link
Collaborator

@hallacy hallacy commented Jan 20, 2022

Changes in this version:

  • Deprecating openai.Engine.embeddings. Instead, please use openai.Embedding.create
  • Uses the new embedding engine names in all examples
  • Delete the ca certificates that aren't needed anymore
  • Makes all openai exceptions pickle-able

* Exceptions in python are hard to pickle.  Make Exceptions pickleable

* Remove debug

* Added tests

* nit
* Change embeddings call to openai.Embedding.create

* And update model names

* Untweak notebook
* Support encoded embeddings response

* Removed imports

* Add a couple of comments

* Typo
* Remove CA bundle

* Removed some references
@hallacy hallacy changed the title Hallacy/version 116 Version 11.6 diff Jan 20, 2022
Copy link
Collaborator

@schnerd schnerd left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't have context on the ca cert bundle removal, but trust you've done your due diligence there.

@hallacy hallacy merged commit f4be8f2 into main Jan 21, 2022
@hallacy hallacy deleted the hallacy/version_116 branch January 21, 2022 00:34
cgayapr pushed a commit to cgayapr/openai-python that referenced this pull request Dec 14, 2024
* Hallacy/pickleable exceptions (openai#109)

* Exceptions in python are hard to pickle.  Make Exceptions pickleable

* Remove debug

* Added tests

* nit

* Change embeddings call to openai.Embedding.create (openai#110)

* Change embeddings call to openai.Embedding.create

* And update model names

* Untweak notebook

* Support encoded embeddings response (openai#111)

* Support encoded embeddings response

* Removed imports

* Add a couple of comments

* Typo

* Remove CA bundle (openai#112)

* Remove CA bundle

* Removed some references
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants