Skip to content

Commit 071d1f0

Browse files
Merge branch 'webb/openai/streaming-response' into webb/openai/add-response-model
2 parents 0bd6503 + 85e1791 commit 071d1f0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

sentry_sdk/integrations/openai.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -658,7 +658,6 @@ async def new_iterator_async() -> "AsyncIterator[ChatCompletionChunk]":
658658
count_tokens_manually = True
659659
async for x in old_iterator:
660660
with capture_internal_exceptions():
661-
# OpenAI chat completion API
662661
if hasattr(x, "choices"):
663662
choice_index = 0
664663
for choice in x.choices:

0 commit comments

Comments
 (0)