Shelaii is a CLI program made w/ Python that lets you interact with AI models in your console. The project uses the G4F (GPT4Free) API to respond to user queries with little delay for free.
| Features |
|---|
| Talk to the AI directly via CLI and receive responses based on your input. |
| No API key required! The G4F API does not require an API key for access, allowing you to use their AI models without any limits. |
Bad-ass design: Shelaii enchances your term experience with visually appealing text formatting using the rich library! |
Make sure that Python3 is installed on your system.
git clone https://github.com/qerionx/shelaii
cd shelaii
python3 -m pip -r requirements.txt
python3 main.pyhttps://github.com/xtekky/gpt4free
This project uses the GNU_GPL_v3.0 license.