openai-java icon indicating copy to clipboard operation
openai-java copied to clipboard

When does the lib support gpt4?

Open InsaneWorkCreator opened this issue 2 years ago • 1 comments

As what I ask above, when does the lib support gpt4?

InsaneWorkCreator avatar Mar 18 '23 03:03 InsaneWorkCreator

If you have access to it, you can use it now just by putting the right value into .model() https://platform.openai.com/docs/models/gpt-4

Just for the record I DO NOT have access.

cryptoapebot avatar Mar 18 '23 15:03 cryptoapebot

GPT-4 uses the same ChatCompletions API, so you can use it as soon as you get access from OpenAI

TheoKanning avatar Mar 18 '23 18:03 TheoKanning