See the full list of supported AI models below
To use the llama model 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 llama method
# with short hand method
puts Everyai.llama("Hello llama please rewrite my essay")
# or with longer method Note: using llama abbreviation will automatically use the latest or llama3.1 model
puts Everyai.generate("Hello llama i need some help", model: "llama")