Skip to content

Commit be536b8

Browse files
Fix Missing imports in openai-harmony.md example code (openai#2010)
1 parent b2765ac commit be536b8

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)