Skip to content

Yuvaraja28/AI_Chat_Bot_GPT3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AI_Chat_Bot_GPT3

Python based Chat Server to send prompts inputs and receive prompt results through OpenAI API.

Changing things in app.py

Line 5

OPENAI_API_KEY = "" # Enter your OPENAI Account API Key here

Usage on Linux

You must use Python 3.9 or higher

git clone https://github.com/Yuvaraja28/AI_Chat_Bot_GPT3
Install Python3 modules
 - pip3 install -r requirements.txt  <or>  pip install -r requirements.txt
 - python3 app.py -p <web-port>  <or>  python3 app.py -p 80

Usage on Windows

Install python - https://www.python.org
Install Git - https://gitforwindows.org
git clone https://github.com/Yuvaraja28/Private-Chat-Server
cd AI_Chat_Bot_GPT3
 - pip3 install -r requirements.txt  <or>  pip install -r requirements.txt
 - python3 app.py -p <web-port>  <or>  python3 app.py -p <web-port>

Example

Use command line : python3 app.py -p <web-port>
      └──────────> python3 app.py -p 80
Screenshot
image

Contact Developer

 Discord - Yuvaraja28