Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 576 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 576 Bytes

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)