Skip to content

Commit fbc06f4

Browse files
committed
omit model field since backend already knows which model to run
1 parent 4fd6152 commit fbc06f4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/vllm_router/utils.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@ def get_test_payload(model_type: str):
7979
case ModelType.transcription:
8080
return {
8181
"file": "",
82-
"model": "openai/whisper-small",
8382
}
8483

8584
@staticmethod

0 commit comments

Comments
 (0)