Skip to content

Commit ba2730a

Browse files
committed
chore: better instruction for setting
1 parent 3b19046 commit ba2730a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/pages/api/chat.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ const handler = async (req: NextRequest) => {
2121
return new Response(
2222
JSON.stringify({
2323
error: {
24-
message: "OpenAI API Key is missing. You can supply your own key via Settings.",
24+
message: "OpenAI API Key is missing. You can supply your own key via [Setting](/setting).",
2525
},
2626
}),
2727
{

0 commit comments

Comments
 (0)