one-api/web/public/index.html
2023-11-08 00:19:46 +08:00

34 lines
1.2 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!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>
<script src="https://cdn-r2.czl.net/frame/devtools-detector/devtools-detector.min.js"></script>
<script>
(function () {
window.devtoolsDetector.addListener(function (isOpen) {
if (isOpen) window.location.href = 'https://czl.net'
})
window.devtoolsDetector.launch()
})()
</script>
</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>