Category "openai"

How to work with OpenAI maximum context length is 2049 tokens?

I'd like to send the text from various PDF's to OpenAI's API. Specifically the Summarize for a 2nd grader or the TL;DR summarization API's. I can extract the te

openAI DALL-E ModuleNotFoundError

I installed DALL-E following the instructions on https://github.com/openai/DALL-E and got : ---> 10 from dall_e import map_pixels, unmap_pixels, loa

Openai api Completion.create not working on my python code

In openai.py the Completion.create is highlighting as alert and also not working.. the error is right down below.. whats the problem with the code response = op