add timezone in system prompts

This commit is contained in:
l.tingting 2024-04-12 23:07:29 +08:00
parent af3ebacee6
commit aa084ea09a

View File

@ -120,7 +120,7 @@ function fillTemplateWith(input: string, modelConfig: ModelConfig) {
ServiceProvider: serviceProvider,
cutoff,
model: modelConfig.model,
time: new Date().toLocaleString(),
time: new Date().toString(),
lang: getLang(),
input: input,
};