From d6a6c4dcbbde56478cc8002c3669c7388e1e01bc Mon Sep 17 00:00:00 2001 From: Believethehype Date: Wed, 29 Nov 2023 11:14:34 +0100 Subject: [PATCH] Update main.py --- main.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/main.py b/main.py index 002f3f8..78c70a2 100644 --- a/main.py +++ b/main.py @@ -56,6 +56,7 @@ def run_nostr_dvm_with_local_config(): sketcher = build_sketcher("Sketcher") bot_config.SUPPORTED_DVMS.append(sketcher) # We also add Sketcher to the bot sketcher.run() + # Spawn DVM5, Another script on nova-server calling WhisperX to transcribe media files if os.getenv("NOVA_SERVER") is not None and os.getenv("NOVA_SERVER") != "": whisperer = build_whisperx("Whisperer") @@ -64,7 +65,7 @@ def run_nostr_dvm_with_local_config(): - # Spawn DVM5, this one requires an OPENAI API Key and balance with OpenAI, you will move the task to them and pay + # Spawn DVM6, this one requires an OPENAI API Key and balance with OpenAI, you will move the task to them and pay # per call. Make sure you have enough balance and the DVM's cost is set higher than what you pay yourself, except, you know, # you're being generous. if os.getenv("OPENAI_API_KEY") is not None and os.getenv("OPENAI_API_KEY") != "":