mirror of
https://github.com/songquanpeng/one-api.git
synced 2025-10-01 23:56:38 +08:00
25 lines
845 B
HTML
25 lines
845 B
HTML
<!DOCTYPE html>
|
||
<html lang="zh-cmn-Hans">
|
||
|
||
<head>
|
||
<meta charset="utf-8" />
|
||
<link rel="icon" href="/logo.png" />
|
||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||
<meta name="theme-color" content="#ffffff" />
|
||
<meta name="description"
|
||
content="我们提供OPENAI、智谱ChatGLM、百度文心、Google PaLM2、 Claude、360智脑、阿里通义千文 等AI接口的反代服务,并使用OPENAI统一格式接口,让您轻松访问和开发应用。高性能、可靠、安全,满足您的需求。" />
|
||
<title>CZLOapi</title>
|
||
<style>
|
||
.ui.vertical.segment:last-child {
|
||
display: none !important;
|
||
}
|
||
</style>
|
||
</head>
|
||
|
||
<body>
|
||
<noscript>Need JavaScript to run.</noscript>
|
||
<div id="root"></div>
|
||
<script src="https://cdn-qiniu.czl.net/online-service/czltech.js"></script>
|
||
</body>
|
||
|
||
</html> |