Upload 13 files
Browse files- static/index.html +4 -4
- static/models.html +2 -3
static/index.html
CHANGED
|
@@ -4,7 +4,7 @@
|
|
| 4 |
<meta charset="UTF-8" />
|
| 5 |
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
| 6 |
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
| 7 |
-
<title>NIM
|
| 8 |
<link rel="preconnect" href="https://fonts.googleapis.com" />
|
| 9 |
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
|
| 10 |
<link
|
|
@@ -19,7 +19,7 @@
|
|
| 19 |
<div>
|
| 20 |
<span class="mini-badge">NIM Responses Gateway</span>
|
| 21 |
<h1>模型健康度</h1>
|
| 22 |
-
<p>
|
| 23 |
</div>
|
| 24 |
<div class="topbar-actions">
|
| 25 |
<a class="text-nav-link" href="/model_list">查看官方模型列表</a>
|
|
@@ -48,5 +48,5 @@
|
|
| 48 |
</main>
|
| 49 |
<script src="/static/public.js" charset="utf-8" defer></script>
|
| 50 |
</body>
|
| 51 |
-
</html>
|
| 52 |
-
|
|
|
|
| 4 |
<meta charset="UTF-8" />
|
| 5 |
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
| 6 |
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
| 7 |
+
<title>NIM Responses Gateway</title>
|
| 8 |
<link rel="preconnect" href="https://fonts.googleapis.com" />
|
| 9 |
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
|
| 10 |
<link
|
|
|
|
| 19 |
<div>
|
| 20 |
<span class="mini-badge">NIM Responses Gateway</span>
|
| 21 |
<h1>模型健康度</h1>
|
| 22 |
+
<p>使用方式:使用自己的NIM api_key作为Codex api_key,base_url为本站网址,请自行在config.toml中设置</p>
|
| 23 |
</div>
|
| 24 |
<div class="topbar-actions">
|
| 25 |
<a class="text-nav-link" href="/model_list">查看官方模型列表</a>
|
|
|
|
| 48 |
</main>
|
| 49 |
<script src="/static/public.js" charset="utf-8" defer></script>
|
| 50 |
</body>
|
| 51 |
+
</html>
|
| 52 |
+
|
static/models.html
CHANGED
|
@@ -19,7 +19,6 @@
|
|
| 19 |
<div>
|
| 20 |
<span class="mini-badge">官方模型目录</span>
|
| 21 |
<h1>NVIDIA NIM 模型列表</h1>
|
| 22 |
-
<p>按模型提供商分类展示,支持快速筛选查看所需模型 ID。</p>
|
| 23 |
</div>
|
| 24 |
<div class="topbar-actions">
|
| 25 |
<a class="text-nav-link" href="/">返回健康度首页</a>
|
|
@@ -54,5 +53,5 @@
|
|
| 54 |
</main>
|
| 55 |
<script src="/static/models.js" charset="utf-8" defer></script>
|
| 56 |
</body>
|
| 57 |
-
</html>
|
| 58 |
-
|
|
|
|
| 19 |
<div>
|
| 20 |
<span class="mini-badge">官方模型目录</span>
|
| 21 |
<h1>NVIDIA NIM 模型列表</h1>
|
|
|
|
| 22 |
</div>
|
| 23 |
<div class="topbar-actions">
|
| 24 |
<a class="text-nav-link" href="/">返回健康度首页</a>
|
|
|
|
| 53 |
</main>
|
| 54 |
<script src="/static/models.js" charset="utf-8" defer></script>
|
| 55 |
</body>
|
| 56 |
+
</html>
|
| 57 |
+
|