rryam / NumenKit

Yet another ChatGPT Swift package.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NumenKit

Yet another ChatGPT Swift package that uses async/await syntax. Created using ChatGPT, with coding style influenced by MusadoraKit and UmeroKit.

NumenKit Logo

Text completion

NumenKit.configure(withAPIKey: "YOUR_CHAT_GPT_API_KEY_HERE")

let response = try await Numen.response(for: "Suggest songs to add to my 'Chill Vibes' playlist.")
print(response)

About

Yet another ChatGPT Swift package.

License:MIT License


Languages

Language:Swift 100.0%