mirror of
				https://github.com/xtekky/gpt4free.git
				synced 2025-10-31 11:36:26 +08:00 
			
		
		
		
	Report erros in UI by default
This commit is contained in:
		| @@ -2302,7 +2302,7 @@ async function api(ressource, args=null, files=null, message_id=null, scroll=tru | ||||
|         } | ||||
|     } else if (args) { | ||||
|         if (ressource == "log") { | ||||
|             if (appStorage.getItem("report_error") != "true") { | ||||
|             if (!document.getElementById("report_error").checked) { | ||||
|                 return; | ||||
|             } | ||||
|             url = `https://roxky-g4f-demo.hf.space${url}`; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 hlohaus
					hlohaus