is an easy Python AI SDK built on Groq
Visit the Wiki for more info!
import ermai
ai = ermai.ChatGPSimon(
api_key="YOUR_GROQ_KEY"
)
print(ai.prompt("Hello!"))Credits: Groq, Python, and Meta AI
ErmAI is now on PyPI! Get it now with this command:
pip install ermai
Important
Billy requires a Google API key. Get your free key at aistudio.google.com
