unbound-claude-code
Version:
Claude Code with Unbound integration - Drop-in replacement for Claude Code with multi-provider routing and cost optimization
10 lines • 391 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.UNBOUND_BASE_URL = void 0;
// Production:
exports.UNBOUND_BASE_URL = "https://api.getunbound.ai";
// Development:
// export const UNBOUND_BASE_URL = "http://localhost:8787";
// Staging:
// export const UNBOUND_BASE_URL = "https://ai-gateway-43843357113.us-west1.run.app";
//# sourceMappingURL=global.js.map