Skip to content

Commit 72a33c6

Browse files
Deepansharora27shukpa
authored andcommitted
#1: Fix Indentation Error
Signed-off-by: Deepanshu Arora <[email protected]>
1 parent a4e8a2a commit 72a33c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fastchat/serve/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ def main(args):
221221
choices=["simple", "rich", "programmatic"],
222222
help="Display style.",
223223
)
224-
parser.add_argument(
224+
parser.add_argument(
225225
"--input-file", type=str, default=None,
226226
help="Path to the file containing chat input messages.",
227227
)

0 commit comments

Comments
 (0)