mirror of
https://github.com/instructkr/claw-code.git
synced 2026-05-19 05:51:26 +08:00
omx(team): auto-checkpoint worker-1 [1]
This commit is contained in:
@@ -933,7 +933,7 @@ fn wire_model_for_base_url<'a>(
|
|||||||
}
|
}
|
||||||
|
|
||||||
if matches!(lowered_prefix.as_str(), "xai" | "grok" | "qwen" | "kimi") {
|
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)
|
Cow::Borrowed(model)
|
||||||
|
|||||||
Reference in New Issue
Block a user