This commit is contained in:
Believethehype
2023-12-15 10:32:26 +01:00
parent abae1a911b
commit 40a725d241
4 changed files with 4 additions and 4 deletions

View File

@@ -14,7 +14,7 @@ from nostr_dvm.utils.output_utils import upload_media_to_hoster
"""
This File contains a Module to call Google Translate Services locally on the DVM Machine
This File contains a Module convert media locally
Accepted Inputs: Text, Events, Jobs (Text Extraction, Summary, Translation)
Outputs: Text containing the TranslationGoogle in the desired language.

View File

@@ -17,7 +17,7 @@ from nostr_dvm.utils.output_utils import upload_media_to_hoster
from nostr_dvm.utils.zap_utils import get_price_per_sat
"""
This File contains a Module to transform Text input on NOVA-Server and receive results back.
This File contains a Module to generate an Image on replicate and receive results back.
Accepted Inputs: Prompt (text)
Outputs: An url to an Image

View File

@@ -13,7 +13,7 @@ from nostr_dvm.utils.dvmconfig import DVMConfig, build_default_config
from nostr_dvm.utils.nip89_utils import NIP89Config, check_and_set_d_tag
"""
This File contains a Module to generate Text, based on a prompt using a LLM (local or API)
This File contains a Module to generate Text, based on a prompt using a LLM (local or API) (Ollama, custom model, chatgpt)
Accepted Inputs: Prompt (text)
Outputs: Generated text

View File

@@ -15,7 +15,7 @@ from nostr_dvm.utils.nostr_utils import get_referenced_event_by_id, get_event_by
"""
This File contains a Module to call Google Translate Services locally on the DVM Machine
This File contains a Module to call Libre Translate Services
Accepted Inputs: Text, Events, Jobs (Text Extraction, Summary, Translation)
Outputs: Text containing the Translation with LibreTranslation in the desired language.