feat 1.增加 建议词 机制 2.对话生图实现
This commit is contained in:
@@ -7,7 +7,7 @@ class Settings(BaseSettings):
|
||||
应用配置类。Pydantic Settings 会自动从环境变量和 .env 文件中加载这些值。
|
||||
"""
|
||||
model_config = SettingsConfigDict(
|
||||
env_file='.env_local',
|
||||
env_file='.env',
|
||||
env_file_encoding='utf-8',
|
||||
extra='ignore' # 忽略环境变量中多余的键
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user