This website works better with JavaScript
Inicio
Explorar
Ayuda
Registro
Iniciar sesión
siwei
/
dify
Seguir
1
Destacar
0
Fork
0
Archivos
Incidencias
0
Pull Requests
0
Wiki
Explorar el Código
fix:missing import (
#2739
)
呆萌闷油瓶
hace 1 año
padre
9440d7fe88
commit
b75ff5fa03
Se han
modificado 1 ficheros
con
1 adiciones
y
0 borrados
Dividir vista
Mostrar estadísticas de diff
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
Ver fichero
@@ -1,3 +1,4 @@
+import copy
from typing import IO, Optional
from openai import AzureOpenAI