Chore: thanks to bump-pydantic (#25437)

This commit is contained in:
Yongtao Huang
2025-09-09 20:07:17 +08:00
committed by GitHub
parent 240b65b980
commit 2ac7a9c8fc
13 changed files with 28 additions and 28 deletions

View File

@ -107,7 +107,7 @@ class CustomModelConfiguration(BaseModel):
model: str
model_type: ModelType
credentials: dict | None
credentials: dict | None = None
current_credential_id: Optional[str] = None
current_credential_name: Optional[str] = None
available_model_credentials: list[CredentialConfiguration] = []