Shelaii is a terminal-based application made with 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.
- Real-time AI interaction: Talk to the AI directly from the terminal 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.
- Rich terminal interface: Shelaii enchances your terminal experience with visually appealing text formatting using the
rich
library.
Make sure that Python3 is installed on your system.
git clone https://github.com/DerpmanDev/shelaii
cd shelaii
python3 -m pip -r requirements.txt
python3 main.py
https://github.com/xtekky/gpt4free
This project uses the GNU_GPL_v3.0 license.