From 2a569a1fa457f540d66ceca3684cf35c521c8527 Mon Sep 17 00:00:00 2001 From: Believethehype <1097224+believethehype@users.noreply.github.com> Date: Sun, 10 Mar 2024 09:00:19 +0100 Subject: [PATCH] Update main.py --- main.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.py b/main.py index 9bbbae3..91f796b 100644 --- a/main.py +++ b/main.py @@ -5,7 +5,7 @@ from sys import platform from nostr_dvm.bot import Bot from nostr_dvm.tasks import videogeneration_replicate_svd, imagegeneration_replicate_sdxl, textgeneration_llmlite, \ - trending_notes_nostrband, discovery_inactive_follows, translation_google, textextraction_pdf, \ + discovery_trending_notes_nostrband, discovery_inactive_follows, translation_google, textextraction_pdf, \ translation_libretranslate, textextraction_google, convert_media, imagegeneration_openai_dalle, texttospeech, \ imagegeneration_sd21_mlx, advanced_search, textgeneration_huggingchat, summarization_huggingchat, \ discovery_nonfollowers, search_users @@ -131,7 +131,7 @@ def playground(): bot_config.SUPPORTED_DVMS.append(discover_nonfollowers) discover_nonfollowers.run() - trending = trending_notes_nostrband.build_example("Trending Notes on nostr.band", "trending_notes_nostrband", + trending = discovery_trending_notes_nostrband.build_example("Trending Notes on nostr.band", "trending_notes_nostrband", admin_config) bot_config.SUPPORTED_DVMS.append(trending) trending.run()