purai.py Quick Start
Installing the package
console
poetry add purai.pyUsing the package
Find out how to get your key in the Getting Started section of the docs!
main.py
import purai
import os
token = "YOUR API KEY"
ai = purai.PurAI(token)
print(ai.generate("Say hello"))Next steps
Learn more about using purai.py:
Last updated on