mirror of
https://github.com/believethehype/nostrdvm.git
synced 2025-11-19 08:38:06 +01:00
add client, config to input_supported
This commit is contained in:
@@ -33,7 +33,7 @@ class SpeechToTextGoogle(DVMTaskInterface):
|
||||
if options is None:
|
||||
options = {}
|
||||
|
||||
def is_input_supported(self, tags):
|
||||
def is_input_supported(self, tags, client=None, dvm_config=None):
|
||||
for tag in tags:
|
||||
if tag.as_vec()[0] == 'i':
|
||||
input_value = tag.as_vec()[1]
|
||||
|
||||
Reference in New Issue
Block a user