Orders AI - Test Interface

System Status

API Endpoint
ChatBot UI✅ Ready

Look for the chat button in bottom-right corner

Test Chat API

Quick Setup Instructions

  1. Copy .env.local.example to .env.local
  2. Add your OpenAI API key to .env.local
  3. Set the model (e.g., gpt-4o-mini)
  4. Restart the development server
  5. The chatbot should now be working!

Example .env.local:

OPENAI_API_KEY=sk-proj-xxxxxx
OPENAI_BASE_URL=https://api.openai.com/v1
OPENAI_MODEL=gpt-4o-mini