@@ -65,7 +65,7 @@ npm run dev # starts Next.js on port 3000
6565| Variable | Description |
6666| ------------------- | ----------------------------------------------------------------------------------------------------- |
6767| ` OPENAI_API_KEY ` | OpenAI API key (required) |
68- | ` OPENAI_MODEL ` | Model to use (default: ` gpt-5.4-2026-03-05 ` ) |
68+ | ` OPENAI_MODEL ` | Model to use (default: ` gpt-5.4-2026-03-05 ` ) |
6969| ` DATABASE_URL ` | Postgres connection string (default: ` postgresql://erp_user:erp_password@localhost:5432/finance_erp ` ) |
7070| ` LANGCHAIN_API_KEY ` | LangSmith key for tracing (optional) |
7171
@@ -77,16 +77,16 @@ npm run dev # starts Next.js on port 3000
7777
7878## Scripts
7979
80- | Script | Description |
81- | ------------------- | ----------------------------------------------------- |
82- | ` npm run dev:all ` | Start everything (Postgres + seed + agent + frontend) |
83- | ` npm run db ` | Start Postgres container |
84- | ` npm run db:seed ` | Start Postgres and seed tables |
85- | ` npm run agent ` | Install Python deps and start the agent (port 8123) |
86- | ` npm run dev ` | Start Next.js dev server (port 3000) |
87- | ` npm run env:init ` | Create ` .env.local ` from example (if missing) |
88- | ` npm run stop ` | Stop all running services |
89- | ` npm run clean ` | Stop services, remove container and Python venv |
80+ | Script | Description |
81+ | ------------------ | ----------------------------------------------------- |
82+ | ` npm run dev:all ` | Start everything (Postgres + seed + agent + frontend) |
83+ | ` npm run db ` | Start Postgres container |
84+ | ` npm run db:seed ` | Start Postgres and seed tables |
85+ | ` npm run agent ` | Install Python deps and start the agent (port 8123) |
86+ | ` npm run dev ` | Start Next.js dev server (port 3000) |
87+ | ` npm run env:init ` | Create ` .env.local ` from example (if missing) |
88+ | ` npm run stop ` | Stop all running services |
89+ | ` npm run clean ` | Stop services, remove container and Python venv |
9090
9191## Architecture
9292
0 commit comments