[model-gateway] change rust package name to sgl-model-gateway instead (#14283)
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
//! Tests for the Pythonic parser which handles Python function call syntax
|
||||
|
||||
use serde_json::json;
|
||||
use sglang_router_rs::tool_parser::{PythonicParser, ToolParser};
|
||||
use sgl_model_gateway::tool_parser::{PythonicParser, ToolParser};
|
||||
|
||||
mod common;
|
||||
use common::create_test_tools;
|
||||
|
||||
Reference in New Issue
Block a user