mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-07-21 19:21:03 +02:00
Fix command name
This commit is contained in:
parent
c04856b288
commit
37585bc67a
2 changed files with 2 additions and 2 deletions
|
|
@ -23,7 +23,7 @@ def query(pulsar_host, system, prompt):
|
|||
def main():
|
||||
|
||||
parser = argparse.ArgumentParser(
|
||||
prog='tg-graph-query-rag',
|
||||
prog='tg-invoke-llm',
|
||||
description=__doc__,
|
||||
)
|
||||
|
||||
|
|
|
|||
|
|
@ -29,7 +29,7 @@ def query(pulsar_host, id, terms):
|
|||
def main():
|
||||
|
||||
parser = argparse.ArgumentParser(
|
||||
prog='tg-graph-query-rag',
|
||||
prog='tg-invoke-prompt',
|
||||
description=__doc__,
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue