mirror of
				https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
				synced 2025-11-04 16:23:41 +08:00 
			
		
		
		
	fix 默认超时时间改为3分钟,支持o1-mini
This commit is contained in:
		@@ -95,7 +95,7 @@ export const UNFINISHED_INPUT = (id: string) => "unfinished-input-" + id;
 | 
			
		||||
 | 
			
		||||
export const STORAGE_KEY = "chatgpt-next-web";
 | 
			
		||||
 | 
			
		||||
export const REQUEST_TIMEOUT_MS = 60000;
 | 
			
		||||
export const REQUEST_TIMEOUT_MS = 180000;
 | 
			
		||||
 | 
			
		||||
export const EXPORT_MESSAGE_CLASS_NAME = "export-markdown";
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user