Prompt template working

This commit is contained in:
Cyber MacGeddon 2025-04-16 23:48:11 +01:00
parent 44b1d7e508
commit b110af41fb
15 changed files with 380 additions and 526 deletions

View file

@ -181,7 +181,7 @@ class Processor(RequestResponseService):
@staticmethod
def add_args(parser):
RequestResponseService.add_args(parser, default_subscriber)
RequestResponseService.add_args(parser)
parser.add_argument(
'-m', '--model',