openai-cookbook icon indicating copy to clipboard operation
openai-cookbook copied to clipboard

Examples and guides for using the OpenAI API

Results 368 openai-cookbook issues
Sort by recently updated
recently updated
newest added

I am unable to fetch the embeddings for the custom dataset. So please go through this and let me know the mistakes. https://colab.research.google.com/drive/1tDbGALx0wdgq8qg4zF8qKCMrQwioQ3Vk?usp=sharing

وارد شدن Uploading 2023-01-08-231202309.mp4…

Regarding https://github.com/openai/openai-cookbook/blob/main/examples/Question_answering_using_embeddings.ipynb This only becomes a significant problem when trying to reproduce the tutorial because the olympics embeddings dataset [Olympics Embeddings CSV](https://cdn.openai.com/API/examples/data/olympics_sections_document_embeddings.csv) is 4096 dimensions. An easy fix would be...

Update openai.api_version to current stable release of '2022-12-01' For reference: https://learn.microsoft.com/azure/cognitive-services/openai/whats-new#new-features

Output sometimes terminates in the middle of generating a output. There should be a way to duplicate the previous output. Is there? This is my first time using GitHub... Am...

davinci-instruct-beta-v2 model doesn't exist anymore. It has been replaced by davinci-instruct-beta-v3

from the User and product embeddings notebook, it specified that the data was obtained by using the Obtain_dataset.ipynb, but I do not see how it can generate that and nor...