Skip to content

rryam/NumenKit

Repository files navigation

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages