Is there an image upload limit in ChatGPT Plus?
I’m currently using the free version of ChatGPT, and I can upload only 3 images per session. After that, I have to wait for 4 hours before the next session. I was considering upgrading to ChatGPT Plus for $20 per month, but I am unsure if there are any limits on the number of images I can upload with the premium version.
Is there an image upload limit in ChatGPT Plus?
I’m currently using the free version of ChatGPT, and I can upload only 3 images per session. After that, I have to wait for 4 hours before the next session. I was considering upgrading to ChatGPT Plus for $20 per month, but I am unsure if there are any limits on the number of images I can upload with the premium version.
GPT-4o + Chat vs GPT-4o + Assistants
On the OpenAI Playground (https://platform.openai.com/playground/assistants 3), set the model to GPT-4o. Then, use the following link to upload the image: https://aidoctor.world/upload/2024-06-13/o6K026lswlFF1EWcZe2eWI492-XM-IMG_6636.png.
ChatGPT: How to track query status?
I am currently making my first steps in using ChatGPT in Java. I started with the sample for
ChatCompletions (https://github.com/Azure/azure-sdk-for-java/blob/main/sdk/openai/azure-ai-openai/src/samples/java/com/azure/ai/openai/usage/GetChatCompletionsSample.java) and expanding it to summarize and classify texts. (What is it about, tags, type of text, …)
My query became more and more complex and now I have the problem that I sometimes wait for minutes(!) and don’t get any response. The next try with the same query maybe finishes within a few seconds.
Finally the question: Is there any possibility to check if the query is still running or if it simply got canceled or lost?