From 45f66f564117e833d06c37c80ee6512d9f9fd0ca Mon Sep 17 00:00:00 2001 From: DirkSchlossmacher <62424946+DirkSchlossmacher@users.noreply.github.com> Date: Tue, 7 Nov 2023 07:28:50 +0100 Subject: [PATCH] cut off removal --- app/constant.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/app/constant.ts b/app/constant.ts index ba07f5e5b..40f8d38d8 100644 --- a/app/constant.ts +++ b/app/constant.ts @@ -69,7 +69,6 @@ export const OpenaiPath = { export const DEFAULT_INPUT_TEMPLATE = `{{input}}`; // input / time / model / lang export const DEFAULT_SYSTEM_TEMPLATE = ` You are GPT, a large language model (LLM) trained by OpenAI. -Knowledge cutoff: 2022-01 Current model: {{model}} Current time: {{time}}`;