mirror of
https://github.com/outbackdingo/optimclaw.git
synced 2026-08-26 15:40:18 +00:00
feat(llm): add Google Gemini, AWS Bedrock, io.net, Mistral, Yandex, and Cloudflare WS AI providers (#676)
* feat(llm): add Google Gemini and AWS Bedrock providers * feat(llm): add io.net, Mistral, Yandex, and Cloudflare WS AI providers
This commit is contained in:
@@ -450,6 +450,8 @@ mod tests {
|
||||
if def.protocol == ProviderProtocol::OpenAiCompletions
|
||||
&& def.id != "openai"
|
||||
&& def.id != "openai_compatible"
|
||||
&& def.id != "bedrock"
|
||||
&& def.id != "cloudflare"
|
||||
{
|
||||
assert!(
|
||||
def.default_base_url.is_some(),
|
||||
|
||||
Reference in New Issue
Block a user