omx(team): auto-checkpoint worker-1 [1]

This commit is contained in:
bellman
2026-05-15 10:21:18 +09:00
parent ce02ace3a2
commit dec8efa5c8

View File

@@ -933,7 +933,7 @@ fn wire_model_for_base_url<'a>(
}
if matches!(lowered_prefix.as_str(), "xai" | "grok" | "qwen" | "kimi") {
return Cow::Borrowed(strip_routing_prefix(model));
return Cow::Borrowed(&model[pos + 1..]);
}
Cow::Borrowed(model)