feat: 系统设置可配置gpt (#12207)

* feat: 系统设置可配置gpt

* perf: 添加gpt的terminal config

---------

Co-authored-by: feng <1304903146@qq.com>
This commit is contained in:
fit2bot
2023-12-05 10:58:19 +08:00
committed by GitHub
parent 2cad97065f
commit a91cb1afd5
12 changed files with 526 additions and 8 deletions

View File

@@ -1,3 +1,4 @@
from .chat import *
from .dingtalk import *
from .email import *
from .feishu import *
@@ -5,7 +6,7 @@ from .ldap import *
from .public import *
from .security import *
from .settings import *
from .slack import *
from .sms import *
from .vault import *
from .wecom import *
from .slack import *