更新后端

This commit is contained in:
2026-03-27 01:40:48 +08:00
parent 7c88da9ab1
commit 4e178477fe
9 changed files with 145 additions and 11 deletions

View File

@@ -29,6 +29,11 @@ class Settings(BaseSettings):
LLM_BASE_URL: str = "https://api.minimax.chat"
LLM_MODEL_NAME: str = "MiniMax-Text-01"
# ==================== Supabase 配置 ====================
SUPABASE_URL: str = ""
SUPABASE_ANON_KEY: str = ""
SUPABASE_SERVICE_KEY: str = ""
# ==================== 文件路径配置 ====================
BASE_DIR: Path = Path(__file__).resolve().parent.parent.parent
UPLOAD_DIR: str = "data/uploads"