Skip to content

Commit ca68e24

Browse files
committed
pre-commit
1 parent 7c51a55 commit ca68e24

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

fastdeploy/entrypoints/openai/api_server.py

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -161,12 +161,7 @@ async def lifespan(app: FastAPI):
161161
)
162162
app.state.model_handler = model_handler
163163
chat_handler = OpenAIServingChat(
164-
engine_client,
165-
app.state.model_handler,
166-
pid,
167-
args.ips,
168-
args.max_waiting_time,
169-
chat_template
164+
engine_client, app.state.model_handler, pid, args.ips, args.max_waiting_time, chat_template
170165
)
171166
completion_handler = OpenAIServingCompletion(
172167
engine_client,

0 commit comments

Comments
 (0)