mirror of
				https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
				synced 2025-11-04 08:13:43 +08:00 
			
		
		
		
	chore: default header
This commit is contained in:
		@@ -216,7 +216,7 @@ export function validString(x: string): boolean {
 | 
			
		||||
  return x?.length > 0;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
export function getHeaders(ignoreHeaders?: boolean) {
 | 
			
		||||
export function getHeaders(ignoreHeaders: boolean = false) {
 | 
			
		||||
  const accessStore = useAccessStore.getState();
 | 
			
		||||
  const chatStore = useChatStore.getState();
 | 
			
		||||
  let headers: Record<string, string> = {};
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user