add env config
This commit is contained in:
@@ -11,8 +11,8 @@ class Settings(BaseSettings):
|
||||
|
||||
# API 配置
|
||||
api_key: str
|
||||
model: str = "gemini-3.1-flash"
|
||||
base_url: str = "https://generativelanguage.googleapis.com/v1beta/openai/"
|
||||
model: str
|
||||
base_url: str
|
||||
|
||||
# FastAPI 配置
|
||||
fastapi_host: str = "0.0.0.0"
|
||||
|
||||
Reference in New Issue
Block a user