mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-02-11 17:40:35 +08:00
add timezone in system prompts
This commit is contained in:
parent
af3ebacee6
commit
aa084ea09a
@ -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,
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user