fix:missing import (#2739)

This commit is contained in:
呆萌闷油瓶 2024-03-07 17:31:30 +08:00 committed by GitHub
parent 9440d7fe88
commit b75ff5fa03
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,3 +1,4 @@
import copy
from typing import IO, Optional
from openai import AzureOpenAI