你们使用cliiproxy中转站的时候,很多账号有问题,api请求会有很多失败怎么办?
- 内容介绍
- 文章标签
- 相关推荐
我加了一些chatgpt账号到中转站,感觉有很多失效的号或者没额度的,我看了下记录,api请求会很多失败,我觉得这样会影响工作效率,有没有哪个中转站可以自动识别失效的账号,跳过这些没额度的,只请求有效账号的额度?
sub2api可以吗 ?求大佬解答一下
--【壹】--:
有个之前站里发的油猴脚本可以批量检测清理
// ==UserScript==
// @name CPA AuthFiles Universal Cleaner
// @namespace openai_registor
// @version 2.2.0
// @description 一键优化:删除失效,启用健康,禁用无额度
// @author local
// @match *://*/management.html*
// @grant none
// ==/UserScript==
(function () {
"use strict";
const BASE_ORIGIN = window.location.origin;
const AUTH_FILES_URL = `${BASE_ORIGIN}/v0/management/auth-files`;
const AUTH_FILES_STATUS_URL = `${BASE_ORIGIN}/v0/management/auth-files/status`;
const API_CALL_URL = `${BASE_ORIGIN}/v0/management/api-call`;
const USAGE_URL = "https://chatgpt.com/backend-api/wham/usage";
const DEFAULT_UA = "codex_cli_rs/universal (Windows)";
const QUERY_CONCURRENCY = 4;
const PAGE_SIZE = 20;
co
我加了一些chatgpt账号到中转站,感觉有很多失效的号或者没额度的,我看了下记录,api请求会很多失败,我觉得这样会影响工作效率,有没有哪个中转站可以自动识别失效的账号,跳过这些没额度的,只请求有效账号的额度?
sub2api可以吗 ?求大佬解答一下
--【壹】--:
有个之前站里发的油猴脚本可以批量检测清理
// ==UserScript==
// @name CPA AuthFiles Universal Cleaner
// @namespace openai_registor
// @version 2.2.0
// @description 一键优化:删除失效,启用健康,禁用无额度
// @author local
// @match *://*/management.html*
// @grant none
// ==/UserScript==
(function () {
"use strict";
const BASE_ORIGIN = window.location.origin;
const AUTH_FILES_URL = `${BASE_ORIGIN}/v0/management/auth-files`;
const AUTH_FILES_STATUS_URL = `${BASE_ORIGIN}/v0/management/auth-files/status`;
const API_CALL_URL = `${BASE_ORIGIN}/v0/management/api-call`;
const USAGE_URL = "https://chatgpt.com/backend-api/wham/usage";
const DEFAULT_UA = "codex_cli_rs/universal (Windows)";
const QUERY_CONCURRENCY = 4;
const PAGE_SIZE = 20;
co

