OpenAISwift
OpenAISwift copied to clipboard
Update Usage Information
Initialisation has changed from AuthKey to a Config parameter.
let key = "sk-OPEN_AI_KEY"
var openAI: OpenAISwift = OpenAISwift(config: OpenAISwift.Config.makeDefaultOpenAI(apiKey: key))