From 78881cebfd87e2b37a78248d990702cb9fc6dd7d Mon Sep 17 00:00:00 2001 From: Claudio Canales Date: Thu, 13 Apr 2023 03:56:00 -0700 Subject: [PATCH] Update README.md (#521) Fix no existing route to index.ts --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5b2ec7a..7bc4a7f 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ Modify the chat interface in `components/Chat`. Modify the sidebar interface in `components/Sidebar`. -Modify the system prompt in `utils/index.ts`. +Modify the system prompt in `utils/server/index.ts`. ## Deploy