We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e69ba9 commit f49a639Copy full SHA for f49a639
1 file changed
README.md
@@ -97,7 +97,7 @@ for try await chunk in stream {
97
```swift
98
// Stream responses
99
let responses = openAI.responses.createStream(
100
- input: "Explain teleportation in simple terms",
+ input: .text("Explain teleportation in simple terms"),
101
model: .gpt4_1_nano
102
)
103
0 commit comments