mirror of
https://github.com/woodchen-ink/openai-billing-query.git
synced 2025-07-18 14:01:59 +08:00
Compare commits
11 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
55c266975c | ||
|
e5efcbd3f3 | ||
|
e17d22f6d7 | ||
|
10473ef9b5 | ||
65218d4d78 | |||
b512ae25de | |||
|
31f05dbda1 | ||
|
75a66371f0 | ||
|
896fe279cd | ||
|
1bdc566c45 | ||
|
63ff54c29d |
20
README.md
20
README.md
@ -3,11 +3,12 @@
|
|||||||
|
|
||||||
star,please.
|
star,please.
|
||||||
|
|
||||||
Telegram交流群:https://t.me/ai_cn2023
|
[](https://edgeone.ai/pages/new?repository-url=https%3A%2F%2Fgithub.com%2Fwoodchen-ink%2Fopenai-billing-query)
|
||||||
QQ群:https://qm.qq.com/q/cCKTiXSn3G
|
|
||||||
|
|
||||||
|
|
||||||
## 在线访问(使用Cloudflare Pages部署)
|
## 在线访问(使用Cloudflare Pages部署)
|
||||||
新版本:https://o-b.woodchen.ink/ 或者 https://o-b.pages.dev
|
新版本:https://openai-billing-query.czl.net/
|
||||||
daisyUI版本:https://daisyui.o-b.pages.dev/
|
daisyUI版本:https://daisyui.o-b.pages.dev/
|
||||||
|
|
||||||
## [English](README_EN.md)
|
## [English](README_EN.md)
|
||||||
@ -18,13 +19,9 @@ daisyUI版本:https://daisyui.o-b.pages.dev/
|
|||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## SESS ID获取方法
|
## SESS ID获取方法
|
||||||
|
|
||||||
请见我的个人博客,提供视频教程:https://woodchen.ink/1266.html
|
[请见我的个人博客,提供视频教程](https://woodchen.ink/archives/how-to-query-the-balance-of-openai-in-batches-expires-gpt4-whether-to-tie-cards-1ov1aw)
|
||||||
|
|
||||||
## 支持自定义反代接口
|
## 支持自定义反代接口
|
||||||
在第361行添加自己的接口代码
|
在第361行添加自己的接口代码
|
||||||
@ -36,9 +33,6 @@ daisyUI版本:https://daisyui.o-b.pages.dev/
|
|||||||
## 怎么部署
|
## 怎么部署
|
||||||
下载index.html直接打开就行,除了背景图片,没有任何外部资源。
|
下载index.html直接打开就行,除了背景图片,没有任何外部资源。
|
||||||
|
|
||||||
## 赞赏码,如果觉得好用,可以请我喝杯咖啡
|
|
||||||
|
|
||||||

|
|
||||||
|
|
||||||
## 贡献列表
|
## 贡献列表
|
||||||
|
|
||||||
@ -47,6 +41,10 @@ daisyUI版本:https://daisyui.o-b.pages.dev/
|
|||||||
| [qiyue](https://github.com/qiyue-rgb) | 技术协助 |
|
| [qiyue](https://github.com/qiyue-rgb) | 技术协助 |
|
||||||
| 🙊 | cloudflare反代地址 |
|
| 🙊 | cloudflare反代地址 |
|
||||||
|
|
||||||
|
## CDN acceleration and security protection for this project are sponsored by Tencent EdgeOne.
|
||||||
|
|
||||||
|
[Best Asian CDN, Edge, and Secure Solutions - Tencent EdgeOne](https://edgeone.ai/?from=github)
|
||||||
|
[](https://edgeone.ai/?from=github)
|
||||||
|
|
||||||
## 广告
|
## 广告
|
||||||
- [CZL Chat](https://chat.czl.net),稳定商业版AI服务。
|
- [CZL Chat](https://chat.czl.net),稳定商业版AI服务。
|
||||||
|
@ -60,9 +60,6 @@
|
|||||||
<mdui-select id="api-url-select" icon="airline_stops" label="查询线路" value="https://api.openai.com"
|
<mdui-select id="api-url-select" icon="airline_stops" label="查询线路" value="https://api.openai.com"
|
||||||
onchange="toggleCustomUrlInput()">
|
onchange="toggleCustomUrlInput()">
|
||||||
<mdui-menu-item value="https://api.openai.com">[官网线路]api.openai.com</mdui-menu-item>
|
<mdui-menu-item value="https://api.openai.com">[官网线路]api.openai.com</mdui-menu-item>
|
||||||
<mdui-menu-item value="https://oapi.czl.net">[CZLoapi线路]oapi.czl.net</mdui-menu-item>
|
|
||||||
<mdui-menu-item value="https://openai.996.lat">[群友CF反代]openai.996.lat</mdui-menu-item>
|
|
||||||
<mdui-menu-item value="https://gateway.ai.cloudflare.com/v1/feedd0aa8abd6875052d86a94f1baf83/test/openai">CF Gateway</mdui-menu-item>
|
|
||||||
<mdui-menu-item value="custom">[已前置https]自定义</mdui-menu-item>
|
<mdui-menu-item value="custom">[已前置https]自定义</mdui-menu-item>
|
||||||
|
|
||||||
</mdui-select>
|
</mdui-select>
|
||||||
@ -94,7 +91,7 @@
|
|||||||
<mdui-menu-item icon="vpn_key" href="get_sess.html">通过access token获取sess</mdui-menu-item>
|
<mdui-menu-item icon="vpn_key" href="get_sess.html">通过access token获取sess</mdui-menu-item>
|
||||||
<mdui-menu-item icon="vpn_key" href="get_sess2.html">通过PandoraNext获取sess</mdui-menu-item>
|
<mdui-menu-item icon="vpn_key" href="get_sess2.html">通过PandoraNext获取sess</mdui-menu-item>
|
||||||
<mdui-menu-item icon="vpn_key" href="refresh_see.html">刷新Platform相关信息刷新sess</mdui-menu-item>
|
<mdui-menu-item icon="vpn_key" href="refresh_see.html">刷新Platform相关信息刷新sess</mdui-menu-item>
|
||||||
<mdui-menu-item icon="build" href="https://woodchen.ink/1266.html"
|
<mdui-menu-item icon="build" href="https://woodchen.ink/archives/how-to-query-the-balance-of-openai-in-batches-expires-gpt4-whether-to-tie-cards-1ov1aw"
|
||||||
target="_blank">手动获取sess的方法</mdui-menu-item>
|
target="_blank">手动获取sess的方法</mdui-menu-item>
|
||||||
</mdui-menu>
|
</mdui-menu>
|
||||||
|
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
background: url('https://cdn-img-r2.czl.net/2023/05/23/pjbczr.webp') no-repeat center center fixed;
|
background: url('https://random-api.czl.net/pic/ecy') no-repeat center center fixed;
|
||||||
/* 自定义背景图 */
|
/* 自定义背景图 */
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
width: 90%;
|
width: 90%;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user