Clonar Chat GPT de Forma Local
Clonar Chat GPT de Forma Local
Clonar Chat GPT de Forma Local
chatbot.sex
GPL-3.0 license
Star Notifications
main Go to file
View code
working again ; ) I am very busy at the moment so I would be very thankful for contributions
and PR's
To do
Double confirm when deleting conversation
loading / exporting a conversation
remember user preferences
theme changer
speech output and input (elevenlabs; ex: https://github.com/cogentapps/chat-with-gpt)
load files, ex: https://github.com/mayooear/gpt4-pdf-chatbot-langchain
better documentation and cross-platfotm (docker for ex)
use react / faster backend language ? (newbies may be more confused and discouraged
to use it)
ChatGPT Clone
feel free to improve the code / suggest improvements
https://github.com/xtekky/chatgpt-clone 1/4
3/5/23, 21:05 GitHub - xtekky/chatgpt-clone: ChatGPT interface with better UI
Getting Started
ToREADME.md
get started with this project, you'll need to clone the repository and set up a virtual
environment. This will allow you to install the required dependencies without affecting your
system-wide Python installation.
Prequisites
Before you can set up a virtual environment, you'll need to have Python installed on your
system. You can download Python from the official website:
https://www.python.org/downloads/
cd chatgpt-clone
https://github.com/xtekky/chatgpt-clone 2/4
3/5/23, 21:05 GitHub - xtekky/chatgpt-clone: ChatGPT interface with better UI
source venv/bin/activate
venv\Scripts\activate
https://api.openai.com
The OpenAI Base
OPENAI_API_BASE openai_api_key http://my-reverse-
URL
proxy/
Use the Base URL if you need to run your queries through a reverse proxy (like this one
which will run your queries through Azure's OpenAI endpoints )
python run.py
https://github.com/xtekky/chatgpt-clone 3/4
3/5/23, 21:05 GitHub - xtekky/chatgpt-clone: ChatGPT interface with better UI
Docker
The easiest way to run ChatGPT Clone is by using docker
docker-compose up
Contributors 18
+ 7 contributors
Languages
Python 35.1% JavaScript 26.4% CSS 24.9% HTML 12.0% Other 1.6%
https://github.com/xtekky/chatgpt-clone 4/4