sashabaranov / go-openai

OpenAI ChatGPT, GPT-3, GPT-4, DALL·E, Whisper API wrapper for Go
Apache License 2.0
9.05k stars 1.39k forks source link

Regarding the issue with the GPT432K0613 version #619

Open DExpress-dev opened 9 months ago

DExpress-dev commented 9 months ago

I am using the latest version, but I encountered an error when using the GPT432K0613 version: CreateChatCompletion Failed err=error, status code: 404, message: The model gpt-4-32k does not exist or you do not have access to it. Learn more: https://help.openai.com/en/articles/7102672-how-can-i-access-gpt-4 This is the error message. I am a paying customer of chatGPT, so I should be able to use the GPT432K0613 version. Could you please tell me if there is something wrong on my end?

Your issue may already be reported! Please search on the issue tracker before creating one.

Describe the bug A clear and concise description of what the bug is. If it's an API-related bug, please provide relevant endpoint(s).

To Reproduce Steps to reproduce the behavior, including any relevant code snippets.

Expected behavior A clear and concise description of what you expected to happen.

Screenshots/Logs If applicable, add screenshots to help explain your problem. For non-graphical issues, please provide any relevant logs or stack traces.

Environment (please complete the following information):

Additional context Add any other context about the problem here.

stevelizcano commented 9 months ago

If you do not see it available in your playground dropdown, for example, then you do not have access to it. https://platform.openai.com/playground?mode=chat CleanShot 2023-12-17 at 16 09 40@2x

ChatGPT is not related to this library in any way. It is only for OpenAI API access.