adamrushy / OpenAISwift

This is a wrapper library around the ChatGPT and OpenAI HTTP API
MIT License
1.62k stars 246 forks source link

How about GPT-4 API support? #54

Open hzlzh opened 1 year ago

hzlzh commented 1 year ago

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

dapponline commented 1 year ago

GPT-4 support would be great

julianschiavo commented 1 year ago

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

optera15 commented 1 year ago

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!

MarkHoath commented 1 year ago

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