Skip to content

Commit 5f7f1ff

Browse files
committed
fix: greptaile catch
1 parent 20ec446 commit 5f7f1ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

posthog/ai/openai/openai_async.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ async def async_generator():
124124
end_time = time.time()
125125
latency = end_time - start_time
126126
output = final_content
127-
self._capture_streaming_event(
127+
await self._capture_streaming_event(
128128
posthog_distinct_id,
129129
posthog_trace_id,
130130
posthog_properties,

0 commit comments

Comments
 (0)