From 6b98c5a10daa9498af3f7e205aaf20c60899c4d2 Mon Sep 17 00:00:00 2001 From: Corey Ogburn Date: Mon, 2 Feb 2026 13:54:44 -0700 Subject: [PATCH] Fix Adapter Names The bedrock adapter was renamed to securityonion_ai_cloud. The available models needed updating to match. --- salt/soc/defaults.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/salt/soc/defaults.yaml b/salt/soc/defaults.yaml index 2fb21f89e..18627ec6b 100644 --- a/salt/soc/defaults.yaml +++ b/salt/soc/defaults.yaml @@ -2665,7 +2665,7 @@ soc: contextLimitLarge: 1000000 lowBalanceColorAlert: 500000 enabled: true - adapter: bedrock + adapter: securityonion_ai_cloud - id: qwen-235b displayName: QWEN 235B ($) origin: China @@ -2673,4 +2673,4 @@ soc: contextLimitLarge: 256000 lowBalanceColorAlert: 500000 enabled: true - adapter: bedrock + adapter: securityonion_ai_cloud