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: Client Side Changes
Signed-off-by: Deepanshu Arora <[email protected]>
  • Loading branch information
Deepansharora27 committed Jul 31, 2023
commit ba3947718fdba647e51e6b077191712d51423557
4 changes: 4 additions & 0 deletions fastchat/serve/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,10 @@ def main(args):
default="simple",
choices=["simple", "rich", "programmatic"],
help="Display style.",
)
parser.add_argument(
"--input-file", type=str, default=None,
help="Path to the file containing chat input messages.",
)
parser.add_argument(
"--multiline",
Expand Down