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 4c62721 commit 3292d37Copy full SHA for 3292d37
posthog/ai/openai/openai_async.py
@@ -1,6 +1,6 @@
1
import time
2
import uuid
3
-from typing import Any, Dict, List, Optional
+from typing import Any, Dict, List, Optional, cast
4
5
try:
6
import openai
0 commit comments