Skip to content

Commit 54f0ce0

Browse files
docs: fix typo in example (#950)
1 parent 2c8add6 commit 54f0ce0

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
@@ -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)