OpenAISwift icon indicating copy to clipboard operation
OpenAISwift copied to clipboard

How about GPT-4 API support?

Open hzlzh opened this issue 1 year ago • 4 comments

docs: https://platform.openai.com/docs/models/gpt-4

hzlzh avatar Mar 19 '23 14:03 hzlzh

GPT-4 support would be great

dapponline avatar Mar 25 '23 10:03 dapponline

This is already merged in #52 and I can confirm it works with GPT-4 (use model: .other("gpt-4"))

julianschiavo avatar Mar 27 '23 03:03 julianschiavo

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!

optera15 avatar Apr 03 '23 01:04 optera15

I have GPT4 access. I think I read that anyone paying for ChatGPT Plus ? ($20/mth) will be getting API access to 4 now.

MarkHoath avatar Jul 16 '23 10:07 MarkHoath