From 3e9439022e1844a4478bbfa1ccd607d2a4ffc187 Mon Sep 17 00:00:00 2001
From: Dallas Young <33672687+dallastexas92@users.noreply.github.com>
Date: Thu, 1 May 2025 14:31:51 -0400
Subject: [PATCH] Update setup.md
Detail that the stripe key must be commented out in order to create a dummy invoice
---
setup.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/setup.md b/setup.md
index 57400af..e068b80 100644
--- a/setup.md
+++ b/setup.md
@@ -166,7 +166,7 @@ Here is configuration guidance for specific goals. Travel and financial goals ha
* Requires a Stripe key for the `create_invoice` tool. Set this in the `STRIPE_API_KEY` environment variable in .env
* It's free to sign up and get a key at [Stripe](https://stripe.com/)
* Set permissions for read-write on: `Credit Notes, Invoices, Customers and Customer Sessions`
- * If you're lazy go to `tools/create_invoice.py` and replace the `create_invoice` function with the mock `create_invoice_example` that exists in the same file.
+ * If you don't have a Stripe key, comment out the STRIPE_API_KEY in the .env file, and a dummy invoice will be created in `tools/create_invoice.py`
### Goal: Find a Premier League match, book train tickets to it and invoice the user for the cost (Replay 2025 Keynote)
- `AGENT_GOAL=goal_match_train_invoice` - Focuses on Premier League match attendance with train booking and invoice generation
@@ -252,4 +252,4 @@ For more details, check out [adding goals and tools guide](./adding-goals-and-to
[ ] `cd frontend`, `npm install`, `npx vite`
[ ] Access the UI at `http://localhost:5173`
-And that's it! Happy AI Agent Exploring!
\ No newline at end of file
+And that's it! Happy AI Agent Exploring!