From aa084ea09a0a34df3aafa745ad53a9f2d984f85c Mon Sep 17 00:00:00 2001 From: "l.tingting" Date: Fri, 12 Apr 2024 23:07:29 +0800 Subject: [PATCH] add timezone in system prompts --- app/store/chat.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/store/chat.ts b/app/store/chat.ts index eeddd8463..b305264b6 100644 --- a/app/store/chat.ts +++ b/app/store/chat.ts @@ -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, };