mirror of
https://github.com/believethehype/nostrdvm.git
synced 2025-11-21 05:17:01 +01:00
added image intgerrogator
This commit is contained in:
@@ -36,6 +36,8 @@ def get_task(event, client, dvm_config):
|
||||
return "pdf-to-text"
|
||||
elif file_type == "audio" or file_type == "video":
|
||||
return "speech-to-text"
|
||||
elif file_type == "image":
|
||||
return "image-to-text"
|
||||
else:
|
||||
return "unknown job"
|
||||
elif tag.as_vec()[2] == "event":
|
||||
|
||||
Reference in New Issue
Block a user