Skip to content

Commit 37c8c85

Browse files
authored
Fix Missing imports in openai-harmony.md example code (#2010)
1 parent ac04873 commit 37c8c85

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

articles/openai-harmony.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,9 @@ Additionally the openai_harmony library also includes a StreamableParser for par
126126
```py
127127
from openai_harmony import (
128128
load_harmony_encoding,
129-
StreamableParser
129+
Role,
130+
StreamableParser,
131+
HarmonyEncodingName
130132
)
131133

132134
encoding = load_harmony_encoding(HarmonyEncodingName.HARMONY_GPT_OSS)

0 commit comments

Comments
 (0)