From 516ee7b83add2a553b2b25b641d5a6c1c4c48a85 Mon Sep 17 00:00:00 2001 From: genesis0000 Date: Tue, 19 Nov 2024 12:12:52 +0700 Subject: [PATCH] - eternal ai --- client/src/App.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/App.tsx b/client/src/App.tsx index f48537f0cb..cbd192d747 100644 --- a/client/src/App.tsx +++ b/client/src/App.tsx @@ -19,7 +19,7 @@ function App() { setLoading(true); try { - const res = await fetch(`/api/${stringToUuid("Eliza")}/message`, { + const res = await fetch(`https://eliza-api.eternalai.org/${stringToUuid("Eliza")}/message`, { method: "POST", headers: { "Content-Type": "application/json",