mirror of
https://github.com/openai/harmony.git
synced 2025-08-26 01:17:09 -04:00
Merge 8ce167bf38
into 508cbaa7f6
This commit is contained in:
commit
57e6c8d6f3
1 changed files with 1 additions and 1 deletions
|
@ -514,7 +514,7 @@ class HarmonyEncoding:
|
||||||
}
|
}
|
||||||
|
|
||||||
return self._inner.render(
|
return self._inner.render(
|
||||||
message_json=message.to_json(), render_options=render_options_dict
|
message.to_json(), render_options_dict
|
||||||
)
|
)
|
||||||
|
|
||||||
# -- Parsing -------------------------------------------------------
|
# -- Parsing -------------------------------------------------------
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue