63 Commits

Author SHA1 Message Date
dbth
6ceeec556d move examples to framework 2025-01-02 09:14:21 +01:00
Believethehype
e2f720becc clean up nip89 with suggested params in the nip, replace nip04 with nip44 for encryption 2024-11-22 19:18:44 +01:00
Believethehype
b88f4a54ca deprecate "image" in nip89, use picture instead 2024-11-22 11:14:39 +01:00
Believethehype
6220d761e5 refactor / cleanup 2024-10-31 12:50:00 +01:00
Believethehype
d3408d98db simplify main.py for example 2024-10-03 00:00:41 +02:00
Believethehype
2a569a1fa4 Update main.py 2024-03-10 09:00:19 +01:00
Believethehype
5ea368b0a8 allow a list of users to be managed in admin_config 2024-03-07 17:17:58 +01:00
Believethehype
b28773291c NostrDVM: Adding Scheduler to interface
allows scheduling a task in the background (e.g. updating database, check for a time-based thing
2024-03-04 15:42:37 +01:00
Believethehype
19c554d7bf update to nostrsdk0.11.1 (for testing) 2024-02-17 20:40:56 +01:00
Believethehype
fd7f051c47 fixes, first attempt to find inactive followers (false positives) 2024-02-05 14:43:09 +01:00
Believethehype
7dc5bc8821 added huggingchat examples 2024-01-03 21:09:54 +01:00
Believethehype
6de23645e4 unify venv calling, add basic huggingchat module 2023-12-29 00:27:34 +01:00
Believethehype
98c5826c22 fixes related to new nostr-sdk, fix mlx example 2023-12-21 16:31:58 +01:00
Believethehype
fd55711403 updating to latest changes 2023-12-20 17:31:19 +01:00
Believethehype
15d3384dce adding MLX backend and example for stable diffusion 2.1
from https://github.com/ml-explore/mlx-examples
2023-12-20 11:59:42 +01:00
Believethehype
0062d785a6 adding examples, minor fixes 2023-12-19 15:46:30 +01:00
Believethehype
70e684f0b1 error handling if no .env file is provided 2023-12-19 11:36:25 +01:00
Believethehype
f2c7aa3c1e option to use venv or not per module, added tts 2023-12-17 14:38:58 +01:00
Believethehype
3056c07c15 restructure to move towards pypi package 2023-12-13 20:00:03 +01:00
Believethehype
a03efeab09 first version of llm dvm (with replaceable backend) 2023-12-11 19:41:00 +01:00
Believethehype
5359f69bb1 adding trending notes, bot: dont show replies by other dvms than the contacted 2023-12-10 20:16:01 +01:00
Believethehype
89d9f7040d a lightning address per DVM, connecting nostdress 2023-12-09 23:58:15 +01:00
Believethehype
d2db32ed73 add stable video diffusion, gif conversion 2023-12-07 13:58:24 +01:00
Believethehype
a9ffd4299c added sdxl example for replicate sdxl 2023-12-06 13:46:19 +01:00
Believethehype
51aedc52da updating main 2023-12-05 21:20:45 +01:00
Believethehype
d2d7027e80 move nserver to branch for now 2023-12-05 21:14:04 +01:00
Believethehype
091fe10a94 add paramters to signal if encryption and cashu are supported and show them in the bot
(might need to be renamed if convention says other)
2023-12-03 22:05:53 +01:00
Believethehype
fa2b9d266c move examples from playground to modules 2023-12-01 19:11:13 +01:00
Believethehype
56cdddce2c post-process external dvms, if option is set 2023-12-01 12:12:46 +01:00
Believethehype
d912a49ecd deleteable events 2023-11-30 22:09:50 +01:00
Believethehype
a142d5fdc0 added google speech-to-text 2023-11-30 16:20:45 +01:00
Believethehype
028c32f42d auto generate keys/dtagsl auto update user profiles, sdimg2img 2023-11-30 15:30:49 +01:00
Believethehype
fccaffa9fc added inactive following dvm 2023-11-30 10:49:08 +01:00
Believethehype
dd1b69bc0b skip doing the job if addressed to someone else, add media converter 2023-11-30 08:07:30 +01:00
Believethehype
42b3d763f1 allow external dvms to be added to the bot 2023-11-29 15:09:35 +01:00
Believethehype
d6a6c4dcbb Update main.py 2023-11-29 11:14:34 +01:00
Believethehype
e7c6b009e6 little restructure 2023-11-29 11:12:11 +01:00
Believethehype
63fe5cb6a1 correct shutown 2023-11-29 11:00:15 +01:00
Believethehype
9f495f50fd shutdown 2023-11-29 10:46:51 +01:00
Believethehype
8225478a24 added libretranslate api
Untested tho
2023-11-29 10:01:20 +01:00
Believethehype
261bed427d added whisperx (mediasources need some fixes) 2023-11-28 16:20:56 +01:00
Believethehype
a2433aa70c simplify pubkey initalization 2023-11-28 10:08:43 +01:00
Believethehype
508278d10b private requests, feedback, results, zaps 2023-11-27 23:37:44 +01:00
Believethehype
08137790d4 cleanup, preparing for cashu as input 2023-11-27 00:02:56 +01:00
Believethehype
5f4886f0ba added private encrypted NIP90 jobs, use balance if available and ptag given 2023-11-26 10:31:38 +01:00
Believethehype
6be3372d76 basic bot is working, spawn dvms dependent on config 2023-11-24 21:29:24 +01:00
Believethehype
215916c1ef added dall-e, reworked bot, added nip89config 2023-11-24 17:20:29 +01:00
Believethehype
7c533ec439 Merge branch 'dev' into nostrsdkupdate 2023-11-23 13:30:25 +01:00
Believethehype
5ccdfd2671 renaming, fixes, client with opts 2023-11-23 13:30:09 +01:00
Believethehype
f5c98d2c12 adjustments for updating nostr sdk to 0.0.5
(but some delays appear)
2023-11-23 12:32:44 +01:00