Managing object lifecycles in OpenAI api
Which OpenAI api objects are cleaned up by the server vs. which are the app’s responsibility? I’m most interested in:
ChatGPT is failing
Facing an issue in this calculation
ChatGPT 3.5 is giving wrong solutions
EMERGENCY… Chatgpt is failing
Facing an Issue in this calculation
Chatgpt 3.5 is giving wrong solutions
https://chat.openai.com/share/259ed103-047a-49eb-8b64-4a226b3b36df
issue with solution generated by Chatgpt
Why can’t OpenAI remember its own API?
It’s really strange every time I ask open AI to write open AI scripts for me. It gives deprecated API and points and deprecated models. I’ve tried uploading PDFs and text files of the current API documentation to custom GPT’s and it just refuses to remember it. Has anyone found solution?
ChatGPT API Response
I’m using CHATGPT API in my python script and I want to give the API a text input and a question generated and check whether this question is relevant to this text. I want the answer of the API to be true or false only with no other text around so I can add it into my array and send it to my backend, is that possible? I’ve been trying too much and couldn’t find a way
Using vision enhancement in GPT4 with vision API
I am trying to use the GPT4 with vision model and using the vision and grounding enhancement. How do i know if response has been processed using the vision enhancement? I am not able to get the bounding box details of the object in the response.
ImportError: cannot import name ‘DefaultHttpxClient’ from ‘openai’
How can I resolve the error “cannot import name ‘DefaultHttpxClient’ from ‘openai'” when trying to import from the openai library?
How to fix openai version problem / error
I’m trying to execute this code in order to get some funny sentence related to a topic which is in a column in an excel file withe the name temas.xlsx. However, when executing it I get an error.