Hit.ai is an iOS app that will deliver to the user a similar experience provided by ChatGPT plataform
# This project uses Cocoapods so after clonning it, run the pod install command
$ pod install
# To have access to OpenAI's API, you have to generate an API key at their platform:
$ https://platform.openai.com/account/api-keys
# After generating the key, paste it on the variable tokenAPI at the file OpenAIAPIConstants.swift inside the project.
$ static let tokenAPI = "PASTE THE KEY HERE"
# Command + R and be happy :)