mirror of
https://github.com/believethehype/nostrdvm.git
synced 2025-11-20 00:16:28 +01:00
added info command to bot, added fix_cost and per_unit_cost
This commit is contained in:
@@ -23,7 +23,7 @@ Params: None
|
||||
class TextExtractionPDF(DVMTaskInterface):
|
||||
KIND: int = EventDefinitions.KIND_NIP90_EXTRACT_TEXT
|
||||
TASK: str = "pdf-to-text"
|
||||
COST: float = 0
|
||||
FIX_COST: float = 0
|
||||
|
||||
def __init__(self, name, dvm_config: DVMConfig, nip89config: NIP89Config,
|
||||
admin_config: AdminConfig = None, options=None):
|
||||
|
||||
Reference in New Issue
Block a user