From 85deb802a2fb4d9982afe27ca866ba8e9183a90b Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Tue, 2 Apr 2024 02:52:46 +0900 Subject: [PATCH] Update openai.ts seperate -> separate --- frontend/src/api/openai.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/api/openai.ts b/frontend/src/api/openai.ts index fd2db79..2a229a0 100644 --- a/frontend/src/api/openai.ts +++ b/frontend/src/api/openai.ts @@ -32,7 +32,7 @@ export async function createOrRefine( let { model, systemPrompt: sp } = options const { temperature, query, html, image } = options // Add instructions for frontmatter unless we're iterating on existing html - // Some models don't support this being in a seperate system message so we append + // Some models don't support this being in a separate system message so we append if (!html) { sp += `\n\nAlways start your response with frontmatter wrapped in ---. Set name: with a 2 to 5 word description of the component. Set emoji: with an emoji for the component, i.e.: ---