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:
@@ -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,
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user