We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 604fbfa commit 1411f0bCopy full SHA for 1411f0b
2 files changed
docker-compose.yaml
@@ -59,7 +59,7 @@ services:
59
60
gpt4free:
61
# 非星球用户请使用此镜像 xiangsx/gpt4free-ts:latest
62
- image: gpt4freets/gpt4free-ts:v0.0.127-private
+ image: gpt4freets/gpt4free-ts:v0.0.138-private
63
ports:
64
- "29001:3000"
65
restart: always
run/config.json
@@ -1,7 +1,7 @@
1
{
2
"merlin": {
3
"size": 0,
4
- "mailType": "mailtm"
+ "mailType": "yopmail"
5
},
6
"navit": {
7
@@ -17,6 +17,16 @@
17
"langdock": {
18
"size": 0
19
20
+ "sincode": {
21
+ "size": 1,
22
+ "concurrency": 1,
23
+ "accounts": [
24
+ {
25
+ "email": "[email protected]",
26
+ "password": "xxxxxxx"
27
+ }
28
+ ]
29
+ },
30
"site_map": {
31
"gpt-4": [
32
0 commit comments