@jeanmemory/react
Version:
React SDK for Jean Memory - Build personalized AI chatbots in 5 lines of code
10 lines (9 loc) • 338 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.JEAN_OAUTH_BASE = exports.JEAN_API_BASE = void 0;
/**
* Jean Memory React SDK - Configuration
* Centralized API endpoints
*/
exports.JEAN_API_BASE = 'https://jean-memory-api-virginia.onrender.com';
exports.JEAN_OAUTH_BASE = 'https://jeanmemory.com';