feat: 开发编辑工作台
This commit is contained in:
@@ -20,8 +20,12 @@ class Settings(BaseSettings):
|
||||
|
||||
deepseek_api_key: str = ""
|
||||
openai_api_key: str = ""
|
||||
dashscope_api_key: str = ""
|
||||
# 华北2(北京)业务空间时需填:https://{WorkspaceId}.cn-beijing.maas.aliyuncs.com/api/v1
|
||||
# 普通 API Key 调用留空即可。
|
||||
dashscope_base_http_api_url: str = ""
|
||||
host: str = "127.0.0.1"
|
||||
port: int = 8000
|
||||
port: int = 8800
|
||||
cors_origins: str = ""
|
||||
|
||||
@property
|
||||
|
||||
Reference in New Issue
Block a user