From fbc56dc7fdbb99995f9dcda836f82466da7e932b Mon Sep 17 00:00:00 2001 From: James Murdza Date: Tue, 26 Nov 2024 22:30:24 -0500 Subject: [PATCH] docs: remove AI worker in the setup process --- README.md | 19 +++---------------- 1 file changed, 3 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index d7b1fa1..c156795 100644 --- a/README.md +++ b/README.md @@ -143,21 +143,7 @@ Update `/backend/server/.env`: E2B_API_KEY='🔑' ``` -### 9. Adding AI code generation - -In the `/backend/ai` directory: - -``` -npx wrangler deploy -``` - -Update `/backend/server/.env`: - -``` -AI_WORKER_URL='https://ai.🍎.workers.dev' -``` - -### 10. Configuring the frontend +### 9. Configuring the frontend Update `/frontend/.env`: @@ -165,9 +151,10 @@ Update `/frontend/.env`: NEXT_PUBLIC_DATABASE_WORKER_URL='https://database.🍎.workers.dev' NEXT_PUBLIC_STORAGE_WORKER_URL='https://storage.🍎.workers.dev' NEXT_PUBLIC_WORKERS_KEY='SUPERDUPERSECRET' +ANTHROPIC_API_KEY='🔑' ``` -### 11. Running the IDE +### 10. Running the IDE Run `npm run dev` simultaneously in: