Skip to content

Commit

Permalink
Fix error in first question when using PF (#1019)
Browse files Browse the repository at this point in the history
Co-authored-by: Leonardo Galindo Sánchez <[email protected]>
  • Loading branch information
GSLeonardo and Leonardo Galindo Sánchez authored Jul 24, 2024
1 parent e256fd1 commit 2cfb4fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -175,10 +175,10 @@ def format_pf_non_streaming_response(
"model": "",
"created": "",
"object": "",
"history_metadata": history_metadata,
"choices": [
{
"messages": messages,
"history_metadata": history_metadata,
}
]
}
Expand Down

0 comments on commit 2cfb4fb

Please sign in to comment.