[router] allow user to specify chat template path (#11549)
This commit is contained in:
@@ -18,6 +18,7 @@ struct TestContext {
|
||||
impl TestContext {
|
||||
async fn new(worker_configs: Vec<MockWorkerConfig>) -> Self {
|
||||
let mut config = RouterConfig {
|
||||
chat_template: None,
|
||||
mode: RoutingMode::Regular {
|
||||
worker_urls: vec![],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user