mirror of
https://github.com/believethehype/nostrdvm.git
synced 2025-11-19 10:57:23 +01:00
update to sdk 0.36 (for testing..)
This commit is contained in:
@@ -48,7 +48,7 @@ class SummarizationDuckDuck(DVMTaskInterface):
|
||||
collect_events = []
|
||||
nostr_mode = True
|
||||
|
||||
for tag in event.tags():
|
||||
for tag in event.tags().to_vec():
|
||||
if tag.as_vec()[0] == 'i':
|
||||
input_type = tag.as_vec()[2]
|
||||
if input_type == "text":
|
||||
|
||||
Reference in New Issue
Block a user