mirror of
https://github.com/believethehype/nostrdvm.git
synced 2025-06-20 14:30:52 +02:00
Update main.py
This commit is contained in:
parent
4120fec8e1
commit
2a569a1fa4
4
main.py
4
main.py
@ -5,7 +5,7 @@ from sys import platform
|
|||||||
|
|
||||||
from nostr_dvm.bot import Bot
|
from nostr_dvm.bot import Bot
|
||||||
from nostr_dvm.tasks import videogeneration_replicate_svd, imagegeneration_replicate_sdxl, textgeneration_llmlite, \
|
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, \
|
translation_libretranslate, textextraction_google, convert_media, imagegeneration_openai_dalle, texttospeech, \
|
||||||
imagegeneration_sd21_mlx, advanced_search, textgeneration_huggingchat, summarization_huggingchat, \
|
imagegeneration_sd21_mlx, advanced_search, textgeneration_huggingchat, summarization_huggingchat, \
|
||||||
discovery_nonfollowers, search_users
|
discovery_nonfollowers, search_users
|
||||||
@ -131,7 +131,7 @@ def playground():
|
|||||||
bot_config.SUPPORTED_DVMS.append(discover_nonfollowers)
|
bot_config.SUPPORTED_DVMS.append(discover_nonfollowers)
|
||||||
discover_nonfollowers.run()
|
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)
|
admin_config)
|
||||||
bot_config.SUPPORTED_DVMS.append(trending)
|
bot_config.SUPPORTED_DVMS.append(trending)
|
||||||
trending.run()
|
trending.run()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user