Skip to content

Commit

Permalink
reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
Southpika committed Jan 23, 2024
1 parent ed8126e commit 17ad00f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion erniebot-agent/src/erniebot_agent/chat_models/erniebot.py
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ def _generate_config(self, messages: List[Message], functions, **kwargs) -> dict
"use `json_object` instead. "
)
else:
# It will not raise error in request
# It will not raise error in request
_logger.warning(
f"`response_format` has invalid value:`{cfg_dict['response_format']}`, "
"use default value: `text`. "
Expand Down

0 comments on commit 17ad00f

Please sign in to comment.