Removed model_turbo

This commit is contained in:
Trung Dinh
2024-12-08 20:10:38 +07:00
parent e68e100117
commit 683108d3a5
2 changed files with 0 additions and 2 deletions

View File

@ -35,7 +35,6 @@ class Range(BaseModel):
class ModelType(str, Enum):
REGULAR = "regular"
TURBO = "turbo"
class PRReviewHeader(str, Enum):