mirror of
https://github.com/believethehype/nostrdvm.git
synced 2025-06-05 22:09:12 +02:00
update hf descriptions
This commit is contained in:
parent
f95594d067
commit
2ea6bf0544
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user