forked from OpenBMB/XAgent
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
30 lines (29 loc) · 1.45 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="keyword"
content="X-Agent,XAgent,Xagent。ModelForce,CPM大模型,Big Models for Everyone,OpenBMB,cpmlive,CPM-Live,cpmbee,CPM-Bee,人工智能,清华大学NLP实验室,大模型,nlp,自然语言,推理,训练">
<meta name="description" content="XAgent - powered by THUNLP, large models for everyone">
<title>
XAgent
</title>
<script src="/third/notebook-js/vendor/es5-shim.min.js"></script>
<script src="/third/notebook-js/vendor/marked.min.js"></script>
<script src="/third/notebook-js/vendor/purify.min.js"></script>
<script src="/third/notebook-js/vendor/ansi_up.min.js"></script>
<script src="/third/notebook-js/vendor/prism.min.js"></script>
<script src="/third/notebook-js/vendor/katex.min.js"></script>
<script src="/third/notebook-js/vendor/katex-auto-render.min.js"></script>
<script src="/third/notebook-js/vendor/notebook.min.js"></script>
<link rel="stylesheet" href="/third/notebook-js/styles/vendor/katex.min.css" />
<link rel="stylesheet" href="/third/notebook-js/styles/vendor/prism.css" />
<link rel="stylesheet" href="/third/notebook-js/styles/notebook.css" />
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
<script src="/third/mathjax/tex-mml-chtml.js"></script>
</body>
</html>