bump and adapt to nostr-sdk to 0.7.1

This commit is contained in:
Believethehype
2024-01-09 15:37:31 +01:00
parent 7f928ae767
commit 3812ffa02f
11 changed files with 35 additions and 20 deletions

View File

@@ -24,7 +24,7 @@ def nostr_client_test_llm(prompt):
relay_list = ["wss://relay.damus.io", "wss://blastr.f7z.xyz", "wss://relayable.org",
"wss://nostr-pub.wellorder.net"]
signer = ClientSigner.KEYS(keys)
signer = ClientSigner.keys(keys)
client = Client(signer)
for relay in relay_list: