Skip to content

Commit

Permalink
Fix typing of openai protocol. (#554)
Browse files Browse the repository at this point in the history
  • Loading branch information
mokeyish authored Oct 13, 2023
1 parent b21239a commit 6904053
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lmdeploy/serve/openai/protocol.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class ModelPermission(BaseModel):
allow_fine_tuning: bool = False
organization: str = '*'
group: Optional[str] = None
is_blocking: str = False
is_blocking: bool = False


class ModelCard(BaseModel):
Expand Down

0 comments on commit 6904053

Please sign in to comment.