Will using chatgpt make me foolish?
I’m working on a python program that uses multiple APIs, Getting the API to work takes a lot of work and search, should i use ChatGPT to ask him about some functions instead of searching google?
APIRemovedInV1: You tried to access openai.Image, but this is no longer supported in openai>=1.0.0
I am working on a project which can generate the sketch of a person based on the prompts given by user. But as always my code is not working and giving me APIRemovedInV1 error.
Issue with OpenAI API Key Configuration in Python Code
I’m trying to use the OpenAI API to translate a text using the GPT-4 model, but I’m encountering an error related to the API key configuration. Here’s the code I’m using:
I am using OpenAI API in my project but i am getting “openai.RateLimitError: Error code: 429”, I tried using different API from different people acc
I am using OpenAI API in my project but i am getting
“openai.RateLimitError: Error code: 429” This error
I have also tried using another API, Also from different accounts, with my friend account too!
none of them working, I am getting the same error again and again, Kindly help with this!