GithubHelp home page GithubHelp logo

arkoselabs_token_api's Introduction

arkoselabs_token_api

升级

2023-10-08 升级

1)增加http://localhost:8080/api/login登录接口

参数为json格式的:

{ "email":"XXX", "password":"XXX" }

2)去除了内置har,内置har使用太多,易失效,建议使用自己的

2023-09-28 升级

已测试支持platform的登录,使用login_token接口

支持new api ke的token生成

http://localhost:8080/newapikey_token

支持更多其他token的生成,需上传对应的har

http://localhost:8080/other_token?pk=23AAD243-4799-4A9E-B01D-1166C5DE02DF

2023-09-27 升级

支持login处的arkoselabs_token生成,修改放置多个har至har目录中


目前有两个接口,分别为:


http://localhost:8080/token


http://localhost:8080/login_token

2023-09-20 升级支持官网最新1.5.5版本

自建token池

使用方法,在支持访问到https://tcr9i.chat.openai.com的电脑上执行dokcer-compose up -d 如何判断能否访问到https://tcr9i.chat.openai.com

curl -v https://tcr9i.chat.openai.com/v2/35536E1E-65B4-4D96-9D97-6ADB7EFF8147/api.js

然后可以使用http://localhost:8080/token获取到token

docker-compose.yaml

version: '3'
services:
  arkoselabs_token_api.get:
    container_name: arkoselabs_token_api.get
    image: 24802117/arkoselabs_token_api.get:latest
    environment:
      sql_host: mysqlIP
      sql_userName: root
      sql_port: 3306
      sql_password: mysql密码
      db: false
      http_proxy: http://localhost:40000
    volumes:
      - ./har目录:/home/app/har
    ports:
      - 8080:8081
    restart: unless-stopped

arkoselabs token api共享

提供一个在线服务,可以获取到chatgpt的arkoselabsToken

接口地址为:http://1.tcp.vip.cpolar.top:10102/token(已取消)
请求方式为get

新增两个服务器:
https://gpttoken2.mukj.cn/token
http://gpttoken.mukj.cn/token

2023-7-17 新增服务器 http://gpttoken3.mukj.cn/token(已取消)

开放镜像以便私有化部署 2023-08-02 目前只有 https://gpttoken2.mukj.cn/token?key=xxx
http://gpttoken.mukj.cn/token?key=xxx
这两台服务器可用 如果需要key请联系[email protected] 大户请根据docker-compose自建服务器,如需使用公共服务器,请联系[email protected],不联系的大户会被限流

arkoselabs_token_api's People

Contributors

niustar avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.