fix: correctly map ollama_cloud to canonical provider and update max_… (#9639)

Signed-off-by: Sean Murphy <murphysean84@gmail.com>
This commit is contained in:
Sean Murphy
2026-06-14 19:55:41 -07:00
committed by GitHub
parent e612d8120c
commit 3063de7584
@@ -49,6 +49,7 @@ pub fn map_provider_name(provider: &str) -> &str {
"zhipu" => "zhipuai",
"novita" => "novita-ai",
"opencode_go" => "opencode-go",
"ollama_cloud" => "ollama-cloud",
_ => provider,
}
}