cut off removal

This commit is contained in:
DirkSchlossmacher 2023-11-07 07:28:50 +01:00
parent f71ba87d54
commit 45f66f5641

View File

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