We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 427efad commit b262419Copy full SHA for b262419
1 file changed
fastdeploy/entrypoints/openai/protocol.py
@@ -548,9 +548,6 @@ class CompletionRequest(BaseModel):
548
549
collect_metrics: Optional[bool] = False
550
551
- # NOTE(Wanglongzhi2001): temporary parameter for video understanding benchmark
552
- video_fps: Optional[float] = None
553
-
554
def to_dict_for_infer(self, request_id=None, prompt=None):
555
"""
556
Convert the request parameters into a dictionary
@@ -737,9 +734,6 @@ class ChatCompletionRequest(BaseModel):
737
734
738
735
739
736
740
741
742
743
def to_dict_for_infer(self, request_id=None):
744
745
0 commit comments