mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-07-20 10:41:02 +02:00
- Changed module names to idents in all processors
- Add --id argument to base - Tweaked config into handler
This commit is contained in:
parent
a06a814a41
commit
df6a11bb86
58 changed files with 82 additions and 67 deletions
|
|
@ -17,7 +17,7 @@ from .... log_level import LogLevel
|
|||
from .... base import ConsumerProducer
|
||||
from .... exceptions import TooManyRequests
|
||||
|
||||
module = ".".join(__name__.split(".")[1:-1])
|
||||
module = "text-completion"
|
||||
|
||||
default_input_queue = text_completion_request_queue
|
||||
default_output_queue = text_completion_response_queue
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue