Skip to content

Commit

Permalink
feat: update
Browse files Browse the repository at this point in the history
  • Loading branch information
xiangsx committed Oct 15, 2023
1 parent 7296e3c commit b762dcc
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ services:

gpt4free:
# 非星球用户请使用此镜像 xiangsx/gpt4free-ts:latest
image: gpt4freets/gpt4free-ts:v0.0.138-private
image: gpt4freets/gpt4free-ts:v0.0.142-private
ports:
- "29001:3000"
restart: always
Expand Down
30 changes: 28 additions & 2 deletions run/config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
{
"poevip": {
"size": 0,
"serial": 1,
"pb_list": [
"xxxxxxx"
]
},
"poeauto": {
"size": 1,
"size": 0,
"mail_type": "smail-pro"
},
"merlin": {
Expand All @@ -22,7 +29,7 @@
"size": 0
},
"sincode": {
"size": 1,
"size": 0,
"concurrency": 1,
"accounts": [
{
Expand All @@ -31,7 +38,26 @@
}
]
},
"openai": {
"token_limit": {
"gpt-3.5-turbo": 2500,
"gpt-3.5-turbo-16k": 10000,
"gpt-4": 8000
}
},
"site_map": {
"gpt-4-32k": [
{
"site": "openai",
"api_key": "sk-xxxxxxxxxxxxxxxx",
"priority": 10,
"proxy": true,
"base_url": "http://base_url:port",
"model_map": {
"gpt-4-32k": "gpt-4"
}
}
],
"gpt-4": [
{
"site": "merlin",
Expand Down

0 comments on commit b762dcc

Please sign in to comment.