Skip to content

Commit

Permalink
Stick to double-dash arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
nicovank committed Feb 21, 2024
1 parent a4fcbe4 commit 12ec783
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/chatdbg/chatdbg_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ def parse_known_args(argv: List[str]) -> Tuple[argparse.Namespace, List[str]]:
help="the language model to use, e.g., 'gpt-3.5-turbo' or 'gpt-4'",
)
parser.add_argument(
"-p",
"--show-prompt",
action="store_true",
help="when enabled, only print prompt and exit (for debugging purposes)",
Expand Down

0 comments on commit 12ec783

Please sign in to comment.