Requirements:
Make sure you install Docker Desktop. With this, you don't need to create venv. All you have to do is create the .env file and ask Jun Wei for the env keys.
Start the application:
docker-compose up --buildThis will automatically:
- Start the API server on
http://localhost:8000 - Run the traffic generator (10 test requests)
- Display all messages in the chat interface
Access the application:
- Open
http://localhost:8000 - View message logs and chat with the AI
Activating application without command (Optional)
- After building the application, your docker should have the application attached. You may activate the application by pressing the play button
Stop the application:
docker-compose down