mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-07-22 11:41:02 +02:00
Add pulsar API token check
This commit is contained in:
parent
f7df2df266
commit
0464423b04
42 changed files with 199 additions and 24 deletions
|
|
@ -34,8 +34,14 @@ def main():
|
|||
help=f'API URL (default: {default_url})',
|
||||
)
|
||||
|
||||
# parser.add_argument(
|
||||
# '--pulsar-api-key',
|
||||
# default=default_pulsar_api_key,
|
||||
# help=f'Pulsar API key',
|
||||
# )
|
||||
|
||||
parser.add_argument(
|
||||
'-q', '--question',
|
||||
'-q', '--query',
|
||||
required=True,
|
||||
help=f'Question to answer',
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue