We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ef1edc2 + c1c1b68 commit 23b05a5Copy full SHA for 23b05a5
ai/storage.js
@@ -1,5 +1,5 @@
1
document.addEventListener("DOMContentLoaded", () => {
2
- const SERVER_URL = "https://your-hosted-server.com";
+ const SERVER_URL = "https://vps.unityailab.online";
3
const USE_LOCAL_FALLBACK = true;
4
5
const sessionListEl = document.getElementById("session-list");
0 commit comments