We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e802fe commit 1eb37baCopy full SHA for 1eb37ba
posthog/ai/gemini/gemini.py
@@ -193,7 +193,7 @@ def _generate_content_streaming(
193
):
194
start_time = time.time()
195
usage_stats: Dict[str, int] = {"input_tokens": 0, "output_tokens": 0}
196
- accumulated_content = [] # noqa: F824
+ accumulated_content = [] # noqa: F824
197
198
kwargs_without_stream = {"model": model, "contents": contents, **kwargs}
199
response = self._client.models.generate_content_stream(**kwargs_without_stream)
0 commit comments