mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-07-21 11:11:03 +02:00
Fix typo
This commit is contained in:
parent
573e44036b
commit
54631355c4
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ default_config_key = "prompt"
|
|||
|
||||
class Processor(FlowProcessor):
|
||||
|
||||
def __init__(self, , **params):
|
||||
def __init__(self, **params):
|
||||
|
||||
id = params.get("id")
|
||||
concurrency = params.get("concurrency", 1)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue