Antonio Cheong
commited on
Commit
·
b084de8
1
Parent(s):
24870ec
add args
Browse files- src/EdgeGPT.py +1 -0
src/EdgeGPT.py
CHANGED
@@ -441,6 +441,7 @@ if __name__ == "__main__":
|
|
441 |
parser = argparse.ArgumentParser()
|
442 |
parser.add_argument("--enter-once", action="store_true")
|
443 |
parser.add_argument("--no-stream", action="store_true")
|
|
|
444 |
parser.add_argument(
|
445 |
"--style",
|
446 |
choices=["creative", "balanced", "precise"],
|
|
|
441 |
parser = argparse.ArgumentParser()
|
442 |
parser.add_argument("--enter-once", action="store_true")
|
443 |
parser.add_argument("--no-stream", action="store_true")
|
444 |
+
parser.add_argument("--rich", action="store_true")
|
445 |
parser.add_argument(
|
446 |
"--style",
|
447 |
choices=["creative", "balanced", "precise"],
|