better arg parsing

This commit is contained in:
0xcha05
2023-04-03 19:56:01 +05:30
committed by GitHub
parent 7649ca2ca2
commit c8149b0415
2 changed files with 23 additions and 17 deletions

View File

@@ -96,7 +96,8 @@ python scripts/main.py
## 🗣️ Speech Mode
Use this to use TTS for Auto-GPT
```
python scripts/main.py speak-mode
python scripts/main.py --speak
```
## 💀 Continuous Mode ⚠️
@@ -107,7 +108,8 @@ Use at your own risk.
1. Run the `main.py` Python script in your terminal:
```
python scripts/main.py continuous-mode
python scripts/main.py --continuous
```
2. To exit the program, press Ctrl + C