File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
fastdeploy/entrypoints/openai Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -548,6 +548,9 @@ class CompletionRequest(BaseModel):
548548
549549 collect_metrics : Optional [bool ] = False
550550
551+ # NOTE(Wanglongzhi2001): temporary parameter for video understanding benchmark
552+ video_fps : Optional [float ] = None
553+
551554 def to_dict_for_infer (self , request_id = None , prompt = None ):
552555 """
553556 Convert the request parameters into a dictionary
@@ -734,6 +737,9 @@ class ChatCompletionRequest(BaseModel):
734737
735738 collect_metrics : Optional [bool ] = False
736739
740+ # NOTE(Wanglongzhi2001): temporary parameter for video understanding benchmark
741+ video_fps : Optional [float ] = None
742+
737743 def to_dict_for_infer (self , request_id = None ):
738744 """
739745 Convert the request parameters into a dictionary
You can’t perform that action at this time.
0 commit comments