update hf descriptions

This commit is contained in:
Believethehype 2024-01-03 21:15:46 +01:00
parent f95594d067
commit 2ea6bf0544
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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