Skip to content

ktchaos/hit.ai

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hit.ai

Hit.ai is an iOS app that will deliver to the user a similar experience provided by ChatGPT plataform

Runnig hit.ai

# 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 :)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published