From bc9bf7ff5b6b0e7880370e033d6324018fbad61c Mon Sep 17 00:00:00 2001 From: Jinglei Ren Date: Thu, 18 May 2023 22:35:07 +0800 Subject: [PATCH] Update historyMessages.ts --- src/handler/historyMessages.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/handler/historyMessages.ts b/src/handler/historyMessages.ts index 896436f..71f9c23 100644 --- a/src/handler/historyMessages.ts +++ b/src/handler/historyMessages.ts @@ -37,7 +37,7 @@ function apiKeyMissedMessage(): LogEntry { date: '', request: 'Is OPENAI_API_KEY ready?', response: ` -I can't find OPENAI_API_KEY in your environment variables or vscode settings. You can enter your OPENAI_API_KEY, then I can config it for you. +It seems the OPENAI_API_KEY is missing from your environment or settings. Kindly input your OpenAI API key, and I'll ensure DevChat is all set for you. `, context: [] } as LogEntry;