Skip to content

memb3r/RaiGPT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AI based on GPT 3.5 by OpenAI

About · Requirements · Installation · License

About

RaiGPT is an AI based on GPT 3.5 by OpenAI and gpt3free library by xtekky.

RaiGPT is maded by me, memb3r, for people from chat named "РАЙ" ("RAI").

Requirements

git (optional):

sudo apt install git

python3:

sudo apt install python3

python3-pip:

sudo apt install python3-pip

Installation

Windows:

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

Linux:

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

License

This project is licensed under the MIT License - see file LICENSE for details.