You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 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
In the following code in the clustering notebook example, at the first cell:
the second line should be the following:
matrix = np.vstack(df['text-similarity-babbage-001'].values)
The text was updated successfully, but these errors were encountered: