From 2ea6bf0544ca6f0c21c782e219d17f2e48250698 Mon Sep 17 00:00:00 2001 From: Believethehype Date: Wed, 3 Jan 2024 21:15:46 +0100 Subject: [PATCH] update hf descriptions --- nostr_dvm/tasks/summarization_huggingchat.py | 2 +- nostr_dvm/tasks/textgeneration_huggingchat.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/nostr_dvm/tasks/summarization_huggingchat.py b/nostr_dvm/tasks/summarization_huggingchat.py index 6806e7b..b0249db 100644 --- a/nostr_dvm/tasks/summarization_huggingchat.py +++ b/nostr_dvm/tasks/summarization_huggingchat.py @@ -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 diff --git a/nostr_dvm/tasks/textgeneration_huggingchat.py b/nostr_dvm/tasks/textgeneration_huggingchat.py index 82d6982..650338d 100644 --- a/nostr_dvm/tasks/textgeneration_huggingchat.py +++ b/nostr_dvm/tasks/textgeneration_huggingchat.py @@ -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