[model-gateway] change rust package name to sgl-model-gateway instead (#14283)
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
//! When tool call parsing fails, the original text should be preserved as normal text
|
||||
//! rather than being lost. This ensures graceful degradation.
|
||||
|
||||
use sglang_router_rs::tool_parser::{
|
||||
use sgl_model_gateway::tool_parser::{
|
||||
DeepSeekParser, JsonParser, LlamaParser, MistralParser, QwenParser, ToolParser,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user