Commit
·
5263d67
1
Parent(s):
dff33a0
Update public/index.html
Browse files- public/index.html +1 -10
public/index.html
CHANGED
@@ -13,16 +13,7 @@
|
|
13 |
<body>
|
14 |
<div class="container">
|
15 |
<h1 class="text-center">Welcome to OPENAI Reverse Proxy</h1>
|
16 |
-
<p class="lead">This is your OpenAI Reverse Proxy URL:
|
17 |
-
function getExternalUrl(spaceId) {
|
18 |
-
try {
|
19 |
-
const [username, spacename] = spaceId.split("/");
|
20 |
-
return `https://${username}-${spacename.replace(/_/g, "-")}.hf.space/api/v1`;
|
21 |
-
} catch (e) {
|
22 |
-
return "";
|
23 |
-
}
|
24 |
-
}
|
25 |
-
</script>
|
26 |
</p>
|
27 |
</div>
|
28 |
<!-- Link tới tệp JavaScript của Bootstrap -->
|
|
|
13 |
<body>
|
14 |
<div class="container">
|
15 |
<h1 class="text-center">Welcome to OPENAI Reverse Proxy</h1>
|
16 |
+
<p class="lead">This is your OpenAI Reverse Proxy URL: https://ngoctuanai-openaiproxy.hf.space/api/v1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
17 |
</p>
|
18 |
</div>
|
19 |
<!-- Link tới tệp JavaScript của Bootstrap -->
|