Openai model, system prompt and token limit are defined in .env.example.
https://github.com/formcms/convo/blob/main/convo-screen-record.mov
- Set .env
- copy .env.example to services/server/.env
- add your openai api key, or leave it empty to use a stub ai adapter
- Start redis
docker compose up -d - Start both frontend and backend
pnpm install
pnpm --filter shared build
pnpm devgo to http://localhost:5173 for reviewer app. go to http://localhost:5174 for participant app.