Skip to content

Commit

Permalink
fix router
Browse files Browse the repository at this point in the history
  • Loading branch information
noyoshi committed Mar 19, 2024
1 parent f27d049 commit 64289cf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions router/src/server.rs
Original file line number Diff line number Diff line change
Expand Up @@ -977,6 +977,7 @@ pub async fn run(
.route("/generate", post(generate))
.route("/generate_stream", post(generate_stream))
.route("/v1/completions", post(completions_v1))
.route("/snowflake/generate", post(snowflake_generate))
.route("/v1/chat/completions", post(chat_completions_v1))
// AWS Sagemaker route
.route("/invocations", post(compat_generate))
Expand Down

0 comments on commit 64289cf

Please sign in to comment.