This website works better with JavaScript
Home
Explore
Help
Sign In
biheng
/
dify
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
fix:missing import (
#2739
)
呆萌闷油瓶
1 year ago
parent
9440d7fe88
commit
b75ff5fa03
1 changed files
with
1 additions
and
0 deletions
Split View
Show Diff Stats
1
0
api/core/model_runtime/model_providers/azure_openai/speech2text/speech2text.py
+ 1
- 0
api/core/model_runtime/model_providers/azure_openai/speech2text/speech2text.py
View File
@@ -1,3 +1,4 @@
+import copy
from typing import IO, Optional
from openai import AzureOpenAI