Skip to content

Commit 70e4357

Browse files
authored
Merge branch 'main' into main
2 parents 448b68c + 2cfb4fb commit 70e4357

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,10 +175,10 @@ def format_pf_non_streaming_response(
175175
"model": "",
176176
"created": "",
177177
"object": "",
178+
"history_metadata": history_metadata,
178179
"choices": [
179180
{
180181
"messages": messages,
181-
"history_metadata": history_metadata,
182182
}
183183
]
184184
}

0 commit comments

Comments
 (0)