Parcourir la source

fix:missing import (#2739)

呆萌闷油瓶 il y a 1 an
Parent
commit
b75ff5fa03

+ 1 - 0
api/core/model_runtime/model_providers/azure_openai/speech2text/speech2text.py

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