About · Requirements · Installation · License
RaiGPT is an AI based on GPT 3.5 by OpenAI and gpt3free library by xtekky.
git
(optional):
sudo apt install git
python3
:
sudo apt install python3
python3-pip
:
sudo apt install python3-pip
First, install last python
version from Microsoft Store
Then, install ZIP file of a github project and unpack it.
Now move to RaiGPT
folder in PowerShell
cd RaiGPT
# Example
Open .py file using python3
command
python3 raigpt.py
The project will automaticly install needed libraries, like g4f
and rich
Install python3
, python3-pip
and git
using apt
or other packaging tools.
sudo apt install python3 python3-pip git
Now, clone the repository:
git clone https://github.com/memb3r/RaiGPT
Move to RaiGPT
folder
cd RaiGPT
# Example
Open .py file using python3
command
python3 raigpt.py
The project will automaticly install needed libraries, like g4f
and rich
This project is licensed under the MIT License
- see file LICENSE for details.