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`;