We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4c4fcce + 23b05a5 commit 56ccd3dCopy full SHA for 56ccd3d
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