Get started using EveryAI in your app. We have integrations with all major programming languages
bundle add everyai
Now that you have the everyai package installed first set your API Key. If you need to generate one then go visit Your Dashboard
Everyai.api_key = "secret_api_key"
Your API Key is set and now you're ready to start using Every AI in your app.
puts Everyai.generate("Hello AI")
// Results: Hello I am your personal AI assistant here to help
puts Everyai.chatgpt("Yo chatgpt wassup")
// Results: Hey from Chatgpt