adamrushy / OpenAISwift

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

Update Usage Information #98

Open MarkHoath opened 11 months ago

MarkHoath commented 11 months ago

Initialisation has changed from AuthKey to a Config parameter.

MarkHoath commented 11 months ago

let key = "sk-OPEN_AI_KEY"

var openAI: OpenAISwift = OpenAISwift(config: OpenAISwift.Config.makeDefaultOpenAI(apiKey: key))