mirror of
https://github.com/Yidadaa/ChatGPT-Next-Web.git
synced 2025-08-19 20:21:49 +08:00
add timezone in system prompts
This commit is contained in:
@@ -120,7 +120,7 @@ function fillTemplateWith(input: string, modelConfig: ModelConfig) {
|
|||||||
ServiceProvider: serviceProvider,
|
ServiceProvider: serviceProvider,
|
||||||
cutoff,
|
cutoff,
|
||||||
model: modelConfig.model,
|
model: modelConfig.model,
|
||||||
time: new Date().toLocaleString(),
|
time: new Date().toString(),
|
||||||
lang: getLang(),
|
lang: getLang(),
|
||||||
input: input,
|
input: input,
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user