mirror of
https://github.com/believethehype/nostrdvm.git
synced 2025-11-27 10:26:31 +01:00
adjustments for nostrsdk 0.39
This commit is contained in:
@@ -51,7 +51,8 @@ async def nostr_client():
|
||||
Timestamp.now()) # events to us specific
|
||||
dvm_filter = (Filter().kinds([EventDefinitions.KIND_NIP90_RESULT_GENERATE_TEXT,
|
||||
EventDefinitions.KIND_FEEDBACK]).since(Timestamp.now())) # public events
|
||||
await client.subscribe([dm_zap_filter, dvm_filter])
|
||||
await client.subscribe(dm_zap_filter)
|
||||
await client.subscribe(dvm_filter)
|
||||
|
||||
|
||||
await nostr_client_test_llm("Tell me a joke about a purple Ostrich!")
|
||||
|
||||
Reference in New Issue
Block a user