- Step1: Clone the JuggleChat repository from GitHub.
- Step2: Install Python dependencies with pip install -r requirements.txt.
- Step3: Set your OpenAI API key in the environment (export OPENAI_API_KEY=your_key).
- Step4: Run python main.py to start the Tornado server.
- Step5: Open http://localhost:8000 in your web browser.
- Step6: Create new chat sessions, name them, choose a model, and start chatting.
- Step7: Switch between sessions using the sidebar to manage contexts.
- Step8: Review or clear session memory as needed from the UI.