Skip to content

Commit 3bd279d

Browse files
committed
fix: format files
1 parent e1205b0 commit 3bd279d

1 file changed

Lines changed: 11 additions & 11 deletions

File tree

  • examples/showcases/deep-agents-finance-erp

examples/showcases/deep-agents-finance-erp/README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)