gogo2/agent-poe/inference.py
2024-10-02 17:34:29 +03:00

4 lines
161 B
Python

# https://pypi.org/project/poe-api/#copyright-notice
import poe
client = poe.Client("HsWWqpsgg2EeJE2A706aIQ%3D%3D")
print(json.dumps(client.bot_names, indent=2))