Skip to content

Simple program that allows you to access and interact with AI models within your command-line!

License

Notifications You must be signed in to change notification settings

qerionx/shelaii

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Shelaii

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!

Setup:

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.py

Credits

https://github.com/xtekky/gpt4free

License

This project uses the GNU_GPL_v3.0 license.

Releases

No releases published

Packages

No packages published

Languages