router(grpc): Implement route for chat_cmpl endpoint (#10761)

This commit is contained in:
Chang Su
2025-09-23 11:26:33 -07:00
committed by GitHub
parent b24b2e7ed7
commit 7ff93e613f
8 changed files with 380 additions and 11 deletions

View File

@@ -13,6 +13,8 @@ fn main() -> Result<(), Box<dyn std::error::Error>> {
// Generate both client and server code
.build_server(true)
.build_client(true)
// Add protoc arguments for proto3 optional support
.protoc_arg("--experimental_allow_proto3_optional")
// Add a module-level attribute for documentation and clippy warnings
.server_mod_attribute(
"sglang.grpc.scheduler",