Fix CORS proxy URL to cors-proxy.uncloseai.com

This commit is contained in:
Russell Ballestrini 2025-12-07 08:49:28 -05:00
parent 19b8ce4037
commit 589406d11d

View file

@ -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() {