forked from aurora-develop/aurora
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 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]>
- Loading branch information
1 parent
a10e1d6
commit 21cd1f0
Showing
8 changed files
with
172 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,7 @@ | ||
# AURORA | ||
|
||
|
||
免费的GPT3.5 api | ||
|
||
|
||
## Deploy | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,5 +6,4 @@ services: | |
container_name: aurora | ||
restart: unless-stopped | ||
ports: | ||
|
||
- '8080:8080' | ||
- '8080:8080' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters