Skip to content

Commit 289bd6d

Browse files
author
smallstone
committed
Fix typo in environment variable name
1 parent 091266d commit 289bd6d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/views/components/MessageMarkdown

src/views/components/MessageMarkdown/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ Generate a professionally written and formatted release note in markdown with th
245245
}
246246
if (
247247
children.includes(
248-
"OPEN_API_KEY is missing from your environment or settings"
248+
"OPENAI_API_KEY is missing from your environment or settings"
249249
)
250250
) {
251251
return t("devchat.setOpenAIkey");

0 commit comments

Comments
 (0)