Skip to content

Commit 43f5740

Browse files
committed
fix(llmo): fix types error
1 parent 498f4ef commit 43f5740

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

posthog/ai/gemini/gemini.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ def __init__(
144144
self._default_groups = posthog_groups
145145

146146
# Build genai.Client arguments
147-
client_args = {}
147+
client_args: Dict[str, Any] = {}
148148

149149
# Add Vertex AI parameters if provided
150150
if vertexai is not None:

0 commit comments

Comments
 (0)