From ffda234b3c28fdf2d6753c468b183ed99391780b Mon Sep 17 00:00:00 2001 From: Udit Takkar <53316345+Udit-takkar@users.noreply.github.com> Date: Tue, 17 Oct 2023 20:37:58 +0530 Subject: [PATCH] chore: updat ai port number in readme (#11946) --- apps/ai/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/ai/README.md b/apps/ai/README.md index 584d1732b6..94b6552704 100644 --- a/apps/ai/README.md +++ b/apps/ai/README.md @@ -44,7 +44,7 @@ Here is the full architecture: ### Email Router -To expose the AI app, run `ngrok http 3000` (or the AI app's port number) in a new terminal. You may need to install [nGrok](https://ngrok.com/). +To expose the AI app, run `ngrok http 3005` (or the AI app's port number) in a new terminal. You may need to install [nGrok](https://ngrok.com/). To forward incoming emails to the serverless function at `/agent`, we use [SendGrid's Inbound Parse](https://docs.sendgrid.com/for-developers/parsing-email/setting-up-the-inbound-parse-webhook).