Skip to content

Commit

Permalink
modify input to --input in main.py
Browse files Browse the repository at this point in the history
  • Loading branch information
msfasha committed Aug 19, 2023
1 parent f44bc5f commit 1fe88e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

if __name__ == "__main__":
parser = argparse.ArgumentParser()
parser.add_argument('input',
parser.add_argument('--input',
type=str,
default='How much is the minimum guarantee payable by adidas?',
help='Enter the query to pass into the LLM')
Expand Down

0 comments on commit 1fe88e7

Please sign in to comment.