Fix CORS proxy URL to cors-proxy.uncloseai.com
This commit is contained in:
parent
19b8ce4037
commit
589406d11d
1 changed files with 1 additions and 1 deletions
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue