mirror of
https://github.com/openai/harmony.git
synced 2025-08-23 01:17:09 -04:00
commit
058ef3257c
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,7 @@ developer_message = (
|
||||||
convo = Conversation.from_messages(
|
convo = Conversation.from_messages(
|
||||||
[
|
[
|
||||||
Message.from_role_and_content(Role.SYSTEM, system_message),
|
Message.from_role_and_content(Role.SYSTEM, system_message),
|
||||||
Message.from_role_and_content(Role.DEVELOPER, system_message),
|
Message.from_role_and_content(Role.DEVELOPER, developer_message),
|
||||||
Message.from_role_and_content(Role.USER, "What is the weather in Tokyo?"),
|
Message.from_role_and_content(Role.USER, "What is the weather in Tokyo?"),
|
||||||
Message.from_role_and_content(
|
Message.from_role_and_content(
|
||||||
Role.ASSISTANT,
|
Role.ASSISTANT,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue