Yet another ChatGPT Swift package that uses async/await syntax. Created using ChatGPT, with coding style influenced by MusadoraKit and UmeroKit.
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)