新增画布3D部分模型

This commit is contained in:
zcr
2026-03-17 16:02:04 +08:00
parent 91688b1686
commit 4728a44ca5
6 changed files with 190 additions and 0 deletions

View File

@@ -32,6 +32,9 @@ class Settings(BaseSettings):
MONGODB_HOST: str = Field(default="localhost", description="")
MONGODB_PORT: int = Field(default=27017, description="")
# --- 本地服务器配置信息 ---
IMAGE_TO_3D_MODEL_URL: str = Field(default='', description="")
# --- 外部工具api配置信息 ---
TAVILY_API_KEY: str = Field(default="", description="")