diff --git a/app/store/chat.ts b/app/store/chat.ts index eeddd8463f9..b305264b644 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, };