Skip to content

Commit 81e3a32

Browse files
authored
fix typo (#1863)
1 parent 42685d2 commit 81e3a32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/inference-providers/guides/gpt-oss.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ The implementation is based on the open-source [huggingface/responses.js](https:
301301

302302
### Stream responses
303303

304-
Unlike traditional text streaming, the Responses API uses a system of semantic events for streaming. This means the stream is not just raw text, but a series of structured event objects. Each event has a type, so you can listen for the specific events you care about, such as content being added (`output_text.delta`) or the message being completed (`completed). The example below shows how to iterate through these events and print the content as it arrives.
304+
Unlike traditional text streaming, the Responses API uses a system of semantic events for streaming. This means the stream is not just raw text, but a series of structured event objects. Each event has a type, so you can listen for the specific events you care about, such as content being added (`output_text.delta`) or the message being completed (`completed`). The example below shows how to iterate through these events and print the content as it arrives.
305305

306306
<hfoptions id="stream">
307307
<hfoption id="python">

0 commit comments

Comments
 (0)