Skip to content

Commit

Permalink
fix: Update start event. (#177)
Browse files Browse the repository at this point in the history
  • Loading branch information
IRONICBo authored Sep 11, 2023
1 parent 225bdfa commit 8ee7d7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bot/llm/fastchat_api_runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ def main():

# Start process
cr = FastChatControllerRunner(
None, mr_event, kf_config.get_fastchat_controller_host(),
None, cr_event, kf_config.get_fastchat_controller_host(),
int(kf_config.get_fastchat_controller_port()),
kf_config.get_app_log_path(), "shortest_queue")
cr.start()
Expand Down

0 comments on commit 8ee7d7d

Please sign in to comment.