Skip to content

A simple tool written in Python that allows you to access and interact with AI models within your command-line by utilizing the gpt4free API for free models.

License

Notifications You must be signed in to change notification settings

sysolace/shelaii

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Shelaii

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.

Features

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

Installation

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

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