-
Notifications
You must be signed in to change notification settings - Fork 1
Using Billy
Gabyface edited this page Apr 30, 2026
·
4 revisions
Billy is ErmAI's newest AI! Powered by Google Gemma, it delivers high-speed coding right to your doorstep.
Billy is included with ErmAI installations 2.2.5 and newer. If you have an old version of ErmAI, run this:
pip install --upgrade ermai
Now Billy should work!
from ermai.billy import Billy
buddy = Billy(api_key="YOUR_GOOGLE_API_KEY")
print(buddy.code("Generate a program to print 'Hello, world!' in Python."))Note
Billy was created with Google servers, so you must have a Google API key. The free tier works perfectly!
NOTE: ErmAI is not responsible for anything bad caused by our products. Read our license for more.
