Spaces:
				
			
			
	
			
			
					
		Running
		
	
	
	
			
			
	
	
	
	
		
		
					
		Running
		
	
		binary-husky
		
	commited on
		
		
					Update config.py
Browse files
    	
        config.py
    CHANGED
    
    | 
         @@ -13,8 +13,8 @@ if USE_PROXY: 
     | 
|
| 13 | 
         
             
                # 代理网络的地址,打开你的*学*网软件查看代理的协议(socks5/http)、地址(localhost)和端口(11284)
         
     | 
| 14 | 
         
             
                proxies = {
         
     | 
| 15 | 
         
             
                    #          [协议]://  [地址]  :[端口]
         
     | 
| 16 | 
         
            -
                    "http":  "socks5h://localhost:11284",
         
     | 
| 17 | 
         
            -
                    "https": "socks5h://localhost:11284",
         
     | 
| 18 | 
         
             
                }
         
     | 
| 19 | 
         
             
            else:
         
     | 
| 20 | 
         
             
                proxies = None
         
     | 
| 
         @@ -71,4 +71,4 @@ CUSTOM_PATH = "/" 
     | 
|
| 71 | 
         
             
            NEWBING_STYLE = "creative"  # ["creative", "balanced", "precise"]
         
     | 
| 72 | 
         
             
            NEWBING_COOKIES = """
         
     | 
| 73 | 
         
             
            your bing cookies here
         
     | 
| 74 | 
         
            -
            """
         
     | 
| 
         | 
|
| 13 | 
         
             
                # 代理网络的地址,打开你的*学*网软件查看代理的协议(socks5/http)、地址(localhost)和端口(11284)
         
     | 
| 14 | 
         
             
                proxies = {
         
     | 
| 15 | 
         
             
                    #          [协议]://  [地址]  :[端口]
         
     | 
| 16 | 
         
            +
                    "http":  "socks5h://localhost:11284",  # 再例如  "http":  "http://127.0.0.1:7890",
         
     | 
| 17 | 
         
            +
                    "https": "socks5h://localhost:11284",  # 再例如  "https": "http://127.0.0.1:7890",
         
     | 
| 18 | 
         
             
                }
         
     | 
| 19 | 
         
             
            else:
         
     | 
| 20 | 
         
             
                proxies = None
         
     | 
| 
         | 
|
| 71 | 
         
             
            NEWBING_STYLE = "creative"  # ["creative", "balanced", "precise"]
         
     | 
| 72 | 
         
             
            NEWBING_COOKIES = """
         
     | 
| 73 | 
         
             
            your bing cookies here
         
     | 
| 74 | 
         
            +
            """
         
     |