Merge remote-tracking branch 'upstream/main' into update

# Conflicts:
#	app/constant.ts
#	app/locales/tw.ts
#	app/utils.ts
This commit is contained in:
sijinhui
2024-04-16 13:26:10 +08:00
7 changed files with 531 additions and 12 deletions

View File

@@ -129,7 +129,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,
};