mirror of
https://github.com/aljazceru/nostrdvm.git
synced 2026-01-04 14:54:20 +01:00
clean up nip89 with suggested params in the nip, replace nip04 with nip44 for encryption
This commit is contained in:
@@ -24,8 +24,8 @@ def main():
|
||||
"name": name,
|
||||
"picture": "https://image.nostr.build/c33ca6fc4cc038ca4adb46fdfdfda34951656f87ee364ef59095bae1495ce669.jpg",
|
||||
"about": "I use a LLM connected via OLLAMA",
|
||||
"encryptionSupported": True,
|
||||
"cashuAccepted": True,
|
||||
"supportsEncryption": True,
|
||||
"acceptsNutZaps": dvm_config.ENABLE_NUTZAP,
|
||||
"nip90Params": {
|
||||
|
||||
}
|
||||
|
||||
@@ -24,8 +24,8 @@ def main():
|
||||
"name": name,
|
||||
"picture": "https://image.nostr.build/c33ca6fc4cc038ca4adb46fdfdfda34951656f87ee364ef59095bae1495ce669.jpg",
|
||||
"about": "I Generate Speech from Text",
|
||||
"encryptionSupported": True,
|
||||
"cashuAccepted": True,
|
||||
"supportsEncryption": True,
|
||||
"acceptsNutZaps": dvm_config.ENABLE_NUTZAP,
|
||||
"nip90Params": {
|
||||
"language": {
|
||||
"required": False,
|
||||
|
||||
@@ -24,8 +24,8 @@ def main():
|
||||
"name": name,
|
||||
"picture": "https://unleashed.chat/_app/immutable/assets/hero.pehsu4x_.jpeg",
|
||||
"about": "I generate Text with Unleashed.chat",
|
||||
"encryptionSupported": True,
|
||||
"cashuAccepted": True,
|
||||
"supportsEncryption": True,
|
||||
"acceptsNutZaps": dvm_config.ENABLE_NUTZAP,
|
||||
"nip90Params": {}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user