Zhuoxuan-Zhang/llm-autobiography
2
Chatbot Frontend
Prerequisites
- Python 3.x
- pip
Installation
- Clone the repository:
git clone https://github.com/Zhuoxuan-Zhang/chatbot-ui.git- Navigate to the project directory:
cd chatbot-ui- Install the required packages:
pip install -r requirements.txtRunning the Application
Start the chatbot by running:
python chatgpt.pyUsage
- Open Chrome and visit
http://localhost:7860to interact with the chatbot.
