mirror of
				https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
				synced 2025-11-04 16:23:41 +08:00 
			
		
		
		
	Merge pull request #4510 from MrrDrr/add_timezone_in_system_prompts
add timezone in system prompts
This commit is contained in:
		@@ -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,
 | 
			
		||||
  };
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user