Skip to content

Commit 66ea8b1

Browse files
committed
update engine
Signed-off-by: pandyamarut <[email protected]>
1 parent a3d432a commit 66ea8b1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/engine.py

+1
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,7 @@ async def _initialize_engines(self):
150150
tool_parser=os.getenv('TOOL_CALL_PARSER', "") or None,
151151
lora_modules=lora_modules,
152152
prompt_adapters=None,
153+
chat_template_content_format="auto",
153154
request_logger=None
154155
)
155156
self.completion_engine = OpenAIServingCompletion(

0 commit comments

Comments
 (0)