From 392c67be8011d90d5afb0a4ba597a3bec14da66b Mon Sep 17 00:00:00 2001 From: Shivaditya Shivganesh Date: Fri, 1 Nov 2024 23:57:23 -0400 Subject: [PATCH] fix: cspell --- src/adapters/openai/helpers/completions.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/adapters/openai/helpers/completions.ts b/src/adapters/openai/helpers/completions.ts index c676fec..ea0a9e1 100644 --- a/src/adapters/openai/helpers/completions.ts +++ b/src/adapters/openai/helpers/completions.ts @@ -545,7 +545,7 @@ export class Completions extends SuperOpenAi { const responseFormat = `Your response must follow this structured format: IMPORTANT - ALWAYS ADD citations for external sources or issue or comment references, along with the link to the source. - - CITATIONS should be present in a seprate header "Citations" at the end of the response, with each citation in the format: [^01^]: Description of the citation [Source URL] + - CITATIONS should be present in a separate header "Citations" at the end of the response, with each citation in the format: [^01^]: Description of the citation [Source URL] - For CODE citations, DO NOT add citations, but always add formatted code blocks using triple backticks (\\\`\\\`\\\`) Example: