Skip to content

Commit

Permalink
pylint: exec black format codeStyle
Browse files Browse the repository at this point in the history
  • Loading branch information
csunny committed Nov 28, 2023
1 parent 6637e67 commit b19795d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pilot/model/proxy/llms/wenxin.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ def wenxin_generate_stream(
yield "Failed to get access token. please set the correct api_key and secret key."

messages: List[ModelMessage] = params["messages"]

history, systems = __convert_2_wenxin_messages(messages)
system = ""
if systems and len(systems) > 0:
Expand Down

0 comments on commit b19795d

Please sign in to comment.