UNPKG

@jeanmemory/react

Version:

React SDK for Jean Memory - Build personalized AI chatbots in 5 lines of code

7 lines (6 loc) 229 B
/** * Jean Memory React SDK - Configuration * Centralized API endpoints */ export declare const JEAN_API_BASE = "https://jean-memory-api-virginia.onrender.com"; export declare const JEAN_OAUTH_BASE = "https://jeanmemory.com";