mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-04-25 16:36:21 +02:00
Fix CLI typo (#529)
This commit is contained in:
parent
dc2fa1f31e
commit
72c9acad30
1 changed files with 2 additions and 2 deletions
|
|
@ -54,12 +54,12 @@ def main():
|
|||
|
||||
parser.add_argument(
|
||||
'-p', '--parameters',
|
||||
help=f'Flow parameters as JSON string (e.g., \'{"model": "gpt-4", "temp": 0.7}\')',
|
||||
help='Flow parameters as JSON string (e.g., \'{"model": "gpt-4", "temp": 0.7}\')',
|
||||
)
|
||||
|
||||
parser.add_argument(
|
||||
'--parameters-file',
|
||||
help=f'Path to JSON file containing flow parameters',
|
||||
help='Path to JSON file containing flow parameters',
|
||||
)
|
||||
|
||||
args = parser.parse_args()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue