8000 GitHub - YeetCodeDevs/YeetAI: Telegram bot written in Python to provide free access to popular LLMs.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Telegram bot written in Python to provide free access to popular LLMs.

License

Notifications You must be signed in to change notification settings

YeetCodeDevs/YeetAI

Repository files navigation

YeetAI

Development

For development / contributions to the project, please make sure you install our pre-commit hook, to make sure all Python files are formatted with black and isort prior to commiting.

To install the hook, run the following in terminal:

python3 scripts/install_hook.py
0