I have been consistently using GPT-4 via the OpenAI API, however, I recently encountered a bug where despite selecting GPT-4 in the list, the outputs are generated by GPT-3.5. This can be identified by the following:
- Speed of the generated answer
- Explicitly asking whether the model in use is GPT-3.5 or GPT-4
- Asking for the response time, only to receive an answer indicative of GPT-4's performance
To resolve this, I have tried changing browsers, clearing cache, and sending API requests directly, but the issue persists, and I still receive responses from GPT-3.5.
Please investigate this bug and provide guidance on the appropriate steps to ensure that my requests are processed by GPT-4 instead of GPT-3.5.
Thank you.