MarkHoath

Results 17 comments of MarkHoath

I have just completed this and hopefully it gets merged quickly. Because of the different handling of images between iOS and MacOS, you will need to do all the checking...

Confirmed this fixes the error... I dont know if it fixes the Swift Identifciable issue as I dont use SwiftUI

All your PR does is rollback to the previous version. Is the extension provided by rom4in not working ? As from the documentation it appears that it should. In Swift,...

let key = "sk-OPEN_AI_KEY" var openAI: OpenAISwift = OpenAISwift(config: OpenAISwift.Config.makeDefaultOpenAI(apiKey: key))

I have cloned the Repo and updated with the PR's https://github.com/Swift-Almanac/OpenAISwift

@marcoboerner , I manually updated all the Pull Requests, so no work has been lost. And at least it gives us a pathway to update the library further

@marcoboerner This is the first time I have done this... You obviously have more knowledge than me, you should have forked it and done it correctly. There is still time...

@marcoboerner Following on from your comments, I have forked and merged all the Pull Requests. [Replacing the link from before.](https://github.com/Swift-Almanac/OpenAISwift)

not currently... If you make a pull request, you just need to change OpenAIModelType.swift add another case to public enum Chat: String { /// Most capable GPT-3.5 model and optimized...

If you download my fork and branch "dev conf beta" that includes the gpt4-vision-preview model, but you will need to test that the Completions / Messages works and/or update it....