See the full list of supported AI models below
To use ChatGPT with the Every AI library first ensure you have the library installed view installation docs
Once you have the Every AI library installed its as easy as just calling the chatgpt method
# with short hand method
puts Everyai.chatgpt("Hello chatgpt please rewrite my essay")
# or with longer method
puts Everyai.generate("Hello chatgpt i need some help", model: "chatgpt")