Skip to content
This repository was archived by the owner on Sep 10, 2025. It is now read-only.

Commit 5f08656

Browse files
committed
remove used arg
1 parent 97950a7 commit 5f08656

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

torchchat/usages/openai_api.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,6 @@ def _gen_model_inputs_from_openai_completion_request(
316316
torchtune_contents = []
317317
if isinstance(message["content"], list):
318318
for content_dict in message["content"]:
319-
converted_content = []
320319
if content_dict["type"] == "text":
321320
assert (
322321
prompt is None

0 commit comments

Comments
 (0)