mirror of https://github.com/langgenius/dify.git
fix:missing import (#2739)
This commit is contained in:
parent
9440d7fe88
commit
b75ff5fa03
|
|
@ -1,3 +1,4 @@
|
|||
import copy
|
||||
from typing import IO, Optional
|
||||
|
||||
from openai import AzureOpenAI
|
||||
|
|
|
|||
Loading…
Reference in New Issue