openai-java
openai-java copied to clipboard
When does the lib support gpt4?
As what I ask above, when does the lib support gpt4?
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.
GPT-4 uses the same ChatCompletions API, so you can use it as soon as you get access from OpenAI