- Step1: Clone the repository from GitHub
- Step2: Install dependencies via pip install -r requirements.txt
- Step3: Set your OpenAI (or supported LLM) API key as an environment variable
- Step4: Run the Chainlit server using chainlit run main.py
- Step5: Access the local web interface at http://localhost:8000 to interact with the chatbot
- Step6: Customize prompt templates and model settings in configuration files
- Step7: Extend flows by editing agent logic and front-end components
- Step8: Deploy to cloud or production environment as needed