diff --git a/templates/chat.html b/templates/chat.html index 9d9af4e..0c9f90b 100644 --- a/templates/chat.html +++ b/templates/chat.html @@ -85,7 +85,7 @@ // Constants const API_KEY = "dummy-api-key"; const TTS_API_URL = "https://speech.ai.unturf.com/v1/audio/speech"; -const CODE_EXEC_URL = "https://cammy-black.foxhop.net"; // Code execution service URL (served via Caddy) +const CODE_EXEC_URL = "https://code.ai.unturf.com"; // Code execution service URL (served via Caddy) const urlParams = new URLSearchParams(window.location.search); let username = urlParams.get("username") || "guest"; // Default to "guest" if no username in URL