Skip to content

Commit

Permalink
refactor: client改为restyclient并抽取client (aurora-develop#59)
Browse files Browse the repository at this point in the history
* docs: readme.md update docker-compose.yml

* Update response.go (aurora-develop#49) (aurora-develop#51)

* docs: readme.md update docker-compose.yml (aurora-develop#43)

* Create LICENSE (aurora-develop#44)

* fix: default free accounts

* doc: remove useless readme

* doc: readme

* doc: readme

* Update response.go (aurora-develop#49)

---------

Co-authored-by: madoka <[email protected]>
Co-authored-by: LanQian <[email protected]>

* Pull1 (aurora-develop#54)

* Update README.md

* up

* 修正聊天接口自动continue功能,添加authorization中间件,增加Authorization系统变量。

* 修正聊天接口自动continue功能,添加authorization中间件,增加Authorization系统变量。

* 优化authorization中间件,增加自定义free_tokens.txt文件,由于有些uuid和正常账号重复了,会导致401

* 优化authorization中间件,新增自定义free_tokens.txt文件。

* 优化authorization中间件,新增自定义free_tokens.txt文件。

* docs: readme.md update docker-compose.yml (aurora-develop#43)

* Create LICENSE (aurora-develop#44)

* 增加session_token刷新access_token,和refresh刷新。

* 修复解析代理地址时未判断错误。

* fix: default free accounts

* doc: remove useless readme

* doc: readme

* doc: readme

* Update response.go (aurora-develop#49)

* Delete README.md

* Delete .env.template

---------

Co-authored-by: lishihua <[email protected]>
Co-authored-by: madoka <[email protected]>
Co-authored-by: LanQian <[email protected]>

* test (aurora-develop#55)

* docs: readme.md update docker-compose.yml (aurora-develop#43)

* Create LICENSE (aurora-develop#44)

* fix: default free accounts

* doc: remove useless readme

* doc: readme

* doc: readme

* Update response.go (aurora-develop#49)

* Pull1 (aurora-develop#53)

* Update README.md

* up

* 修正聊天接口自动continue功能,添加authorization中间件,增加Authorization系统变量。

* 修正聊天接口自动continue功能,添加authorization中间件,增加Authorization系统变量。

* 优化authorization中间件,增加自定义free_tokens.txt文件,由于有些uuid和正常账号重复了,会导致401

* 优化authorization中间件,新增自定义free_tokens.txt文件。

* 优化authorization中间件,新增自定义free_tokens.txt文件。

* docs: readme.md update docker-compose.yml

* 增加session_token刷新access_token,和refresh刷新。

* 修复解析代理地址时未判断错误。

* Delete README.md

* Delete .env.template

* Update response.go (aurora-develop#49) (aurora-develop#51)

* docs: readme.md update docker-compose.yml (aurora-develop#43)

* Create LICENSE (aurora-develop#44)

* fix: default free accounts

* doc: remove useless readme

* doc: readme

* doc: readme

* Update response.go (aurora-develop#49)

---------

Co-authored-by: madoka <[email protected]>
Co-authored-by: LanQian <[email protected]>

---------

Co-authored-by: lishihua <[email protected]>
Co-authored-by: madoka <[email protected]>
Co-authored-by: LanQian <[email protected]>

* render 无环境变量 (aurora-develop#52)

* Add files via upload

* Update README.md

---------

Co-authored-by: madoka <[email protected]>
Co-authored-by: LanQian <[email protected]>
Co-authored-by: lishihua <[email protected]>
Co-authored-by: bccahy <[email protected]>

* client改为restyclient并抽取client (aurora-develop#58)

* docs: readme.md update docker-compose.yml (aurora-develop#43)

* Create LICENSE (aurora-develop#44)

* fix: default free accounts

* doc: remove useless readme

* doc: readme

* doc: readme

* Update response.go (aurora-develop#49)

* refactor: client改为restyclient并抽取client

* chore: 恢复默认端口

---------

Co-authored-by: xiaofei <[email protected]>
Co-authored-by: madoka <[email protected]>
Co-authored-by: LanQian <[email protected]>

* Update Test.yml

* fix: fix type bug

---------

Co-authored-by: madoka <[email protected]>
Co-authored-by: LanQian <[email protected]>
Co-authored-by: lishihua <[email protected]>
Co-authored-by: bccahy <[email protected]>
Co-authored-by: aurorax-neo <[email protected]>
  • Loading branch information
6 people authored Apr 4, 2024
1 parent ac703d5 commit 93052be
Show file tree
Hide file tree
Showing 12 changed files with 190 additions and 1,308 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Test

on:
push:
branches: [ main ]
branches: [ main, test_au ]
pull_request:
branches: [ main ]
branches: [ main, test_au ]

jobs:
build:
Expand Down
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@ chatgpttoapi
tools/authenticator/.proxies.txt.swp
.env
*.har
.idea/
.idea/
/logs/
224 changes: 0 additions & 224 deletions funcaptcha/api.go

This file was deleted.

Loading

0 comments on commit 93052be

Please sign in to comment.