There was an error while loading. Please reload this page.
1 parent 3b19046 commit ba2730aCopy full SHA for ba2730a
1 file changed
src/pages/api/chat.ts
@@ -21,7 +21,7 @@ const handler = async (req: NextRequest) => {
21
return new Response(
22
JSON.stringify({
23
error: {
24
- 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).",
25
},
26
}),
27
{
0 commit comments