mirror of
https://github.com/believethehype/nostrdvm.git
synced 2025-11-19 18:16:25 +01:00
rename request function
This commit is contained in:
@@ -54,7 +54,7 @@ class ImageGenerationDALLE(DVMTaskInterface):
|
||||
|
||||
return True
|
||||
|
||||
def create_request_form_from_nostr_event(self, event, client=None, dvm_config=None):
|
||||
def create_request_from_nostr_event(self, event, client=None, dvm_config=None):
|
||||
request_form = {"jobID": event.id().to_hex() + "_" + self.NAME.replace(" ", "")}
|
||||
prompt = ""
|
||||
width = "1024"
|
||||
|
||||
Reference in New Issue
Block a user