rdesign/frontend/node_modules/@copilotkit/shared/dist/constants/index.mjs

9 lines
472 B
JavaScript

//#region src/constants/index.ts
const COPILOT_CLOUD_API_URL = "https://api.cloud.copilotkit.ai";
const COPILOT_CLOUD_VERSION = "v1";
const COPILOT_CLOUD_CHAT_URL = `${COPILOT_CLOUD_API_URL}/copilotkit/${COPILOT_CLOUD_VERSION}`;
const COPILOT_CLOUD_PUBLIC_API_KEY_HEADER = "X-CopilotCloud-Public-Api-Key";
//#endregion
export { COPILOT_CLOUD_API_URL, COPILOT_CLOUD_CHAT_URL, COPILOT_CLOUD_PUBLIC_API_KEY_HEADER, COPILOT_CLOUD_VERSION };
//# sourceMappingURL=index.mjs.map