From ba2730a6d081b007bf9c1abaefc90d0eb988abc8 Mon Sep 17 00:00:00 2001 From: Tianzhou Chen Date: Mon, 1 Apr 2024 22:57:22 +0800 Subject: [PATCH] chore: better instruction for setting --- src/pages/api/chat.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/api/chat.ts b/src/pages/api/chat.ts index 6a72fd8..4919e95 100644 --- a/src/pages/api/chat.ts +++ b/src/pages/api/chat.ts @@ -21,7 +21,7 @@ const handler = async (req: NextRequest) => { return new Response( JSON.stringify({ error: { - message: "OpenAI API Key is missing. You can supply your own key via Settings.", + message: "OpenAI API Key is missing. You can supply your own key via [Setting](/setting).", }, }), {