Added Cloudflare Worker Compatible Configs (#2343)
This commit is contained in:
@@ -45,7 +45,7 @@ const useUserId = () => {
|
||||
export const Assistant = () => {
|
||||
const { userId, resetUserId } = useUserId();
|
||||
const runtime = useChatRuntime({
|
||||
api: "/api/chat",
|
||||
api: "https://demo.mem0.ai/api/chat",
|
||||
body: { userId },
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user