OpenAISwift
OpenAISwift copied to clipboard
How about GPT-4 API support?
docs: https://platform.openai.com/docs/models/gpt-4
GPT-4 support would be great
This is already merged in #52 and I can confirm it works with GPT-4 (use model: .other("gpt-4")
)
Update: Still on the waitlist for API access approval from OpenAI for GPT-4. Still would like to see an example of a successful call from someone who has been approved, assuming anything out of the ordinary is required.
Haven't been able to get a GPT-4 call using model: .other("gpt-4")
to succeed no matter what combo of other params I try. Can anyone share what call / params are working for you? Thanks!
I have GPT4 access. I think I read that anyone paying for ChatGPT Plus ? ($20/mth) will be getting API access to 4 now.