mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-26 01:33:05 +00:00
Merge remote-tracking branch 'origin/pr@main@refactor_sst_node' into pr@main@refactor_sst_node
# Conflicts: # apps/application/flow/step_node/speech_to_text_step_node/impl/base_speech_to_text_node.py
This commit is contained in:
commit
d84e672aee
|
|
@ -14,6 +14,7 @@ from common.util.common import split_and_transcribe, any_to_mp3
|
|||
from dataset.models import File
|
||||
from setting.models_provider.tools import get_model_instance_by_model_user_id
|
||||
|
||||
|
||||
class BaseSpeechToTextNode(ISpeechToTextNode):
|
||||
|
||||
def save_context(self, details, workflow_manage):
|
||||
|
|
|
|||
Loading…
Reference in New Issue