change in two examples file

This commit is contained in:
Abhishek0075 2024-03-05 23:33:10 +05:30
parent e12dde978e
commit a7eaf6666c
2 changed files with 23 additions and 10 deletions

View file

@ -105,4 +105,4 @@ def main(idea: str, investment: float = 3.0, n_round: int = 10):
if __name__ == "__main__":
fire.Fire(main)
fire.Fire(main) # run as python debate.py --idea="TOPIC" --investment=3.0 --n_round=5