update: uploads
This commit is contained in:
@@ -7,7 +7,7 @@ from pydantic_settings import BaseSettings, SettingsConfigDict
|
||||
class Settings(BaseSettings):
|
||||
api_key: str = ""
|
||||
model_name: str = "gpt-4.1"
|
||||
dmxapi_url: str = "https://www.dmxapi.cn/v1/responses"
|
||||
openai_api_url: str = "https://api.openai.com/v1/responses"
|
||||
jwt_secret_key: str = "change-me-in-env"
|
||||
jwt_algorithm: str = "HS256"
|
||||
access_token_expire_minutes: int = 60 * 12
|
||||
|
||||
Reference in New Issue
Block a user