Skip to content

Commit 22c3cdc

Browse files
committed
Remove some spaces
1 parent e833d6f commit 22c3cdc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/openai-harmony.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -130,16 +130,16 @@ from openai_harmony import (
130130
StreamableParser,
131131
HarmonyEncodingName
132132
)
133-
133+
134134
encoding = load_harmony_encoding(HarmonyEncodingName.HARMONY_GPT_OSS)
135135
stream = StreamableParser(encoding, role=Role.ASSISTANT)
136-
136+
137137
tokens = [
138138
200005,35644,200008,1844,31064,25,392,4827,382,220,17,659,220,17,16842,12295,81645,
139139
13,51441,6052,13,200007,200006,173781,200005,17196,200008,17,659,220,17,314,220,19,
140140
13,200002
141141
]
142-
142+
143143
for token in tokens:
144144
stream.process(token)
145145
print("--------------------------------")

0 commit comments

Comments
 (0)