Skip to content

Commit f49a639

Browse files
committed
Update README.md
1 parent 5e69ba9 commit f49a639

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ for try await chunk in stream {
9797
```swift
9898
// Stream responses
9999
let responses = openAI.responses.createStream(
100-
input: "Explain teleportation in simple terms",
100+
input: .text("Explain teleportation in simple terms"),
101101
model: .gpt4_1_nano
102102
)
103103

0 commit comments

Comments
 (0)