Skip to content

Commit

Permalink
Update server.py (#366)
Browse files Browse the repository at this point in the history
  • Loading branch information
tpoisonooo authored Aug 21, 2024
1 parent a519a4c commit 1a0013e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion huixiangdou/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ def parse_args():
# start service
if args.standalone is True:
# hybrid llm serve
start_llm_server(config_path=main_args.config_path)
start_llm_server(config_path=args.config_path)
# setup chat service
if 'chat_with_repo' in args.pipeline:
assistant = ParallelPipeline(work_dir=args.work_dir, config_path=args.config_path)
Expand Down

0 comments on commit 1a0013e

Please sign in to comment.