From 6579ad21f7bae84e00b623a8f56979b58d3af716 Mon Sep 17 00:00:00 2001 From: DirkSchlossmacher <62424946+DirkSchlossmacher@users.noreply.github.com> Date: Mon, 30 Oct 2023 16:12:52 +0100 Subject: [PATCH] jan 2022 cut off --- app/constant.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/constant.ts b/app/constant.ts index 26b8b99f13f..ee7f43058b5 100644 --- a/app/constant.ts +++ b/app/constant.ts @@ -69,7 +69,7 @@ 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: 2021-09 +Knowledge cutoff: 2022-01 Current model: {{model}} Current time: {{time}}`;