diff --git a/templates/chat.html b/templates/chat.html index 5279bb1..dfcae49 100644 --- a/templates/chat.html +++ b/templates/chat.html @@ -140,7 +140,7 @@ const imageDescriptionCache = new Map(); // Cache descriptions by image src has const imageBase64Cache = new Map(); // Cache fetched external images as base64 // CORS proxy for ethical external image fetching (respects robots.txt) -const CORS_PROXY_URL = 'https://proxy.unturf.com/api/fetch'; +const CORS_PROXY_URL = 'https://cors-proxy.uncloseai.com/api/fetch'; // Check vision availability on load async function initVisionCapability() {