fix bug of type hint

This commit is contained in:
liangxinbing
2025-03-30 18:40:23 +08:00
parent 8b940a22f9
commit 9f603c6c3d
+1 -1
View File
@@ -10,7 +10,7 @@ from openai import (
OpenAIError,
RateLimitError,
)
from openai.types.chat.chat_completion_message import ChatCompletionMessage
from openai.types.chat import ChatCompletion, ChatCompletionMessage
from tenacity import (
retry,
retry_if_exception_type,