Spaces:
Sleeping
Sleeping
File size: 189 Bytes
bcce4a5 | 1 2 3 | const BACKEND_URL = "https://nagur-shareef-shaik-insucompass-api.hf.space/api";
export const CHAT_ENDPOINT = `${BACKEND_URL}/chat`;
export const GEODATA_ENDPOINT = `${BACKEND_URL}/geodata`; |