mirror of
https://github.com/believethehype/nostrdvm.git
synced 2025-11-18 22:06:48 +01:00
update hf descriptions
This commit is contained in:
@@ -10,7 +10,7 @@ from nostr_dvm.utils.nostr_utils import get_referenced_event_by_id, get_event_by
|
||||
from nostr_sdk import Tag
|
||||
|
||||
"""
|
||||
This File contains a Module to generate Text, based on a prompt using a LLM (local or API) (Ollama, custom model, chatgpt)
|
||||
This File contains a Module to summarize Text, based on a prompt using a the HuggingChat LLM on Huggingface
|
||||
|
||||
Accepted Inputs: Prompt (text)
|
||||
Outputs: Generated text
|
||||
|
||||
@@ -8,7 +8,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) (Ollama, custom model, chatgpt)
|
||||
This File contains a Module to generate Text, based on a prompt using a the HuggingChat LLM on Huggingface
|
||||
|
||||
Accepted Inputs: Prompt (text)
|
||||
Outputs: Generated text
|
||||
|
||||
Reference in New Issue
Block a user