Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
#1: Fix Indentation Error
Signed-off-by: Deepanshu Arora <[email protected]>
  • Loading branch information
Deepansharora27 committed Jul 31, 2023
commit 8527032b3879b185ed9d93a648c270e9d4a688cb
2 changes: 1 addition & 1 deletion fastchat/serve/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ def main(args):
choices=["simple", "rich", "programmatic"],
help="Display style.",
)
parser.add_argument(
parser.add_argument(
"--input-file", type=str, default=None,
help="Path to the file containing chat input messages.",
)
Expand Down