From 7c75c9672634861a0f48d56ba7bcf87e3a4da703 Mon Sep 17 00:00:00 2001 From: Brad Lewis Date: Wed, 16 Jul 2025 16:17:07 -0500 Subject: [PATCH] fix: update chatbot url --- components/chatbutton1.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/chatbutton1.js b/components/chatbutton1.js index c3f3b35..b7c3929 100644 --- a/components/chatbutton1.js +++ b/components/chatbutton1.js @@ -33,7 +33,7 @@ function ChatComponent({ onClose }) { try { // Send user's message to the FastAPI backend. - const response = await fetch("https://b832b91b8183b88b9c22eda604f1e09.testnet.allora.run/chat", { + const response = await fetch("https://chatbot-api-api-chatbot-000000000.testnet.allora.run/chat", { method: "POST", headers: { "Content-Type": "application/json",