Skip to content

Commit e14e04a

Browse files
committed
Typo
1 parent 81c5a51 commit e14e04a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ You can stream it as well!
245245
response = client.chat(
246246
parameters: {
247247
model: "gpt-3.5-turbo-1106",
248-
messages: [{ role: "user", content: "Can I have JSON Please?"}],
248+
messages: [{ role: "user", content: "Can I have some JSON please?"}],
249249
response_format: { type: "json_object" },
250250
stream: proc do |chunk, _bytesize|
251251
print chunk.dig("choices", 0, "delta", "content")

0 commit comments

Comments
 (0)