MarkHoath
MarkHoath
The documentation wasn't updated with the last release. let key = "sk-...... " var openAI: OpenAISwift = OpenAISwift(config: OpenAISwift.Config.makeDefaultOpenAI(apiKey: key))
This update includes the Jan 2024 Endpoints and Models including gpt4-turbo.
I have GPT4 access. I think I read that anyone paying for ChatGPT Plus ? ($20/mth) will be getting API access to 4 now.
OK So I figured out how to edit the package and I added a JSONSerialization to the Error Response and it comes back with ["error": { code = ""; message...
The bottom half of my comment provides the response that is returned “error” and it appears that it occurs when the servers are overloaded, because if I resend the same...
Yes the Status Code is 200 and the JSONDecode is failing, which I then did a JSONSerialization on and get the following. ["error": { code = ""; message = "The...
Also I see there is a new model, we should probably add that ? I might play around with it tonight On Sat, 4 Mar 2023 at 7:05 am, Alberto...