Skip to content

Commit 055f9d8

Browse files
stainless-botmegamanics
authored andcommitted
docs: fix typo in example (openai#950)
1 parent ed99dd7 commit 055f9d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ from openai import AsyncOpenAI
109109
client = AsyncOpenAI()
110110

111111
stream = await client.chat.completions.create(
112-
prompt="Say this is a test",
112+
model="gpt-4",
113113
messages=[{"role": "user", "content": "Say this is a test"}],
114114
stream=True,
115115
)

0 commit comments

Comments
 (0)