Skip to content

Commit

Permalink
fix: cspell
Browse files Browse the repository at this point in the history
  • Loading branch information
sshivaditya committed Nov 2, 2024
1 parent a02376d commit 392c67b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/adapters/openai/helpers/completions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 392c67b

Please sign in to comment.