Skip to content

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 Logo

How to get Billy

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!

How to use Billy

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!

Clone this wiki locally