mirror of
https://github.com/believethehype/nostrdvm.git
synced 2025-07-28 16:12:14 +02:00
cleanup
This commit is contained in:
@@ -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.
|
||||
|
@@ -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
|
||||
|
@@ -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
|
||||
|
@@ -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.
|
||||
|
Reference in New Issue
Block a user