Update index.html
Browse files- index.html +4 -4
index.html
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
<head>
|
4 |
<meta charset="UTF-8">
|
5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
6 |
-
<title>
|
7 |
|
8 |
<!-- Meta tags untuk mencegah caching halaman HTML -->
|
9 |
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate">
|
@@ -43,12 +43,12 @@
|
|
43 |
|
44 |
<script>
|
45 |
// Ganti ini dengan versi baru setiap kali Anda update link SERVERS (misalnya "v2", "v3", dll.)
|
46 |
-
const VERSION = "
|
47 |
|
48 |
// Array server dengan link baru Anda (ganti sesuai kebutuhan)
|
49 |
const SERVERS = [
|
50 |
-
"https://
|
51 |
-
"https://
|
52 |
];
|
53 |
|
54 |
// Fungsi untuk mengecek kecepatan respons server (sama seperti sebelumnya, tapi tambah timeout)
|
|
|
3 |
<head>
|
4 |
<meta charset="UTF-8">
|
5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
6 |
+
<title>inclusionAI/Ring-1T-preview-free-unlimited-chatbot</title>
|
7 |
|
8 |
<!-- Meta tags untuk mencegah caching halaman HTML -->
|
9 |
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate">
|
|
|
43 |
|
44 |
<script>
|
45 |
// Ganti ini dengan versi baru setiap kali Anda update link SERVERS (misalnya "v2", "v3", dll.)
|
46 |
+
const VERSION = "v2"; // Ubah ini ke nilai baru untuk memaksa update (contoh: "v2" saat link berubah)
|
47 |
|
48 |
// Array server dengan link baru Anda (ganti sesuai kebutuhan)
|
49 |
const SERVERS = [
|
50 |
+
"https://ring-alibaba-1t-preview-ziv7yrwvanrpmly3tk6ilw.streamlit.app/?embed=true", // Ganti dengan link baru
|
51 |
+
"https://ring-alibaba-1t-preview-ziv7yrwvanrpmly3tk6ilw.streamlit.app/?embed=true" // Ganti dengan link baru
|
52 |
];
|
53 |
|
54 |
// Fungsi untuk mengecek kecepatan respons server (sama seperti sebelumnya, tapi tambah timeout)
|