Skip to content

Commit bb192f6

Browse files
committed
README fixes
1 parent 16f00c3 commit bb192f6

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ Stream text with GPT-4o, transcribe and translate audio with Whisper, or create
5050
- [Runs](#runs)
5151
- [Create and Run](#create-and-run)
5252
- [Runs involving function tools](#runs-involving-function-tools)
53+
- [Exploring chunks used in File Search](#exploring-chunks-used-in-file-search)
5354
- [Image Generation](#image-generation)
5455
- [DALL·E 2](#dalle-2)
5556
- [DALL·E 3](#dalle-3)
@@ -1191,9 +1192,6 @@ steps = client.run_steps.list(
11911192
parameters: { order: "asc" }
11921193
)
11931194
1194-
# Get the last step ID (or whichever one you want to look at)
1195-
step_id = steps["data"].first["id"]
1196-
11971195
# Retrieve all the steps. Include the "GIVE ME THE CHUNKS" incantation again.
11981196
steps = steps["data"].map do |step|
11991197
client.run_steps.retrieve(

0 commit comments

Comments
 (0)