import OpenAI let apiKey: String // required let client = Client(apiKey: apiKey) let prompt = "Once upon a time" client.completions(engine: .davinci, ...
確定! 回上一頁