Skip to content

Commit 1411f0b

Browse files
committed
feat: sincode
1 parent 604fbfa commit 1411f0b

2 files changed

Lines changed: 12 additions & 2 deletions

File tree

docker-compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ services:
5959

6060
gpt4free:
6161
# 非星球用户请使用此镜像 xiangsx/gpt4free-ts:latest
62-
image: gpt4freets/gpt4free-ts:v0.0.127-private
62+
image: gpt4freets/gpt4free-ts:v0.0.138-private
6363
ports:
6464
- "29001:3000"
6565
restart: always

run/config.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"merlin": {
33
"size": 0,
4-
"mailType": "mailtm"
4+
"mailType": "yopmail"
55
},
66
"navit": {
77
"size": 0,
@@ -17,6 +17,16 @@
1717
"langdock": {
1818
"size": 0
1919
},
20+
"sincode": {
21+
"size": 1,
22+
"concurrency": 1,
23+
"accounts": [
24+
{
25+
"email": "[email protected]",
26+
"password": "xxxxxxx"
27+
}
28+
]
29+
},
2030
"site_map": {
2131
"gpt-4": [
2232
{

0 commit comments

Comments
 (0)