Chat interface that interacts with an AI agent through a backend API. The AI agent, named Lex, is a virtual sales lead follow-up assistant for SuperCar car dealerships.
- First go to https://console.groq.com/playground and create an account.
- Then go to https://console.groq.com/keys and create a new key.
- Place the key in the
backend/.envfile. There is already a .env.example file that you can use as a template.
You have two options to run the backend:
cd backend
docker build -t SuperCar-assistant-backend.
docker run -p 8000:8000 SuperCar-assistant-backendcd infrastructure
docker-compose up backendcd infrastructure
docker-compose up

