Skip to content

Commit 1cdc590

Browse files
Merge branch 'webb/openai/streaming-response' into webb/openai/add-response-model
2 parents 63a9c71 + f7c5356 commit 1cdc590

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/integrations/openai/test_openai.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -948,7 +948,6 @@ def test_bad_chat_completion(sentry_init, capture_events):
948948
client.chat.completions.create(
949949
model="some-model",
950950
messages=[{"role": "system", "content": "hello"}],
951-
stream=True,
952951
)
953952

954953
(event,) = events

0 commit comments

Comments
 (0)