Update historyMessages.ts

This commit is contained in:
Jinglei Ren 2023-05-18 22:35:07 +08:00 committed by GitHub
parent 188690ca38
commit bc9bf7ff5b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;