We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 091266d commit 289bd6dCopy full SHA for 289bd6d
1 file changed
src/views/components/MessageMarkdown/index.tsx
@@ -245,7 +245,7 @@ Generate a professionally written and formatted release note in markdown with th
245
}
246
if (
247
children.includes(
248
- "OPEN_API_KEY is missing from your environment or settings"
+ "OPENAI_API_KEY is missing from your environment or settings"
249
)
250
) {
251
return t("devchat.setOpenAIkey");
0 commit comments