jan 2022 cut off

This commit is contained in:
DirkSchlossmacher 2023-10-30 16:12:52 +01:00
parent a15018fd9c
commit 6579ad21f7

View File

@ -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}}`;