Skip to content

Latest commit

 

History

History
62 lines (50 loc) · 1.61 KB

README.md

File metadata and controls

62 lines (50 loc) · 1.61 KB

XhatGpt

It is a Django web-app GUI which works similar to ChatGpt.

Features

  • - OpenAi Chatting
  • - Account Creation
  • - Login/Logout
  • - User Friendly
  • - Simple

<- Requirements ->

Django | Python 3.9 | OpenAI | SQLite | Conda

-> Run Manually (Direct) <-

[ Create Virtual Environment using conda ]

leosarchlinux@arch:~$ git clone https://github.com/Roshan-Here/XhatGpt
leosarchlinux@arch:~$ cd ChatGppt
leosarchlinux@arch:~$ pip3 install -U -r requirements.txt
leosarchlinux@arch:~$ python3 manage.py runserver

Edit config.py Inside Xhatapp with your own values

Sample Working