modified: templates/chat.html
This commit is contained in:
parent
b95390f34c
commit
e74827061e
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue