Fix pre-commit

Signed-off-by: Yuan Tang <terrytangyuan@gmail.com>
This commit is contained in:
Yuan Tang 2024-10-10 21:34:30 -04:00
parent f93f7f0199
commit 24f64915b6
No known key found for this signature in database

View file

@ -19,4 +19,4 @@ class VLLMImplConfig(BaseModel):
api_token: Optional[str] = Field(
default=None,
description="The API token",
)
)