From b5d53fc2dda0c2adcf0ccd388872faaca7606fa0 Mon Sep 17 00:00:00 2001 From: sharkiecodes Date: Thu, 10 Jul 2025 10:22:19 -0400 Subject: expanding functionality --- src/client/apis/gpt/GPT.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/client/apis/gpt') diff --git a/src/client/apis/gpt/GPT.ts b/src/client/apis/gpt/GPT.ts index 6258a82dc..c2b518178 100644 --- a/src/client/apis/gpt/GPT.ts +++ b/src/client/apis/gpt/GPT.ts @@ -229,7 +229,7 @@ const callTypeMap: { [type in GPTCallType]: GPTCallOpts } = { Make sure each description is only in the list once. Each item should be separated by '${DescriptionSeperator}'. Immediately afterward, surrounded by '${DocSeperator}' on BOTH SIDES, provide some insight into your reasoning in the 2nd person (and mention nothing about the formatting details given in this description). It is VERY important that you format it exactly as described, ensuring the proper number of '${DescriptionSeperator[0]}' and '${DocSeperator[0]}' (${DescriptionSeperator.length} of each) and NO commas`, - }, + }, //A description of a Chat Assistant, if present, should always be included in the subset. doc_info: { model: 'gpt-4-turbo', -- cgit v1.2.3-70-g09d2