From 1166d9f313438e22bdb22e85905834e547b72bb8 Mon Sep 17 00:00:00 2001 From: Nick von Pentz <12549658+nvonpentz@users.noreply.github.com> Date: Thu, 7 Nov 2024 13:16:07 -0500 Subject: [PATCH] Rollout Llama as default model to 75% of users (2) (#1257) Previous pr https://github.com/brave/brave-variations/pull/1255, actually reduced llama to 25% by mistake. Co-authored-by: Nick von Pentz --- studies/BraveAIChatDefaultModelStudy.json5 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/studies/BraveAIChatDefaultModelStudy.json5 b/studies/BraveAIChatDefaultModelStudy.json5 index 8cc9bcbb..953da6cf 100644 --- a/studies/BraveAIChatDefaultModelStudy.json5 +++ b/studies/BraveAIChatDefaultModelStudy.json5 @@ -4,7 +4,7 @@ experiment: [ { name: 'DefaultLlama', - probability_weight: 25, + probability_weight: 75, feature_association: { enable_feature: [ 'AIChat', @@ -19,7 +19,7 @@ }, { name: 'DefaultMixtral', - probability_weight: 75, + probability_weight: 25, feature_association: { enable_feature: [ 'AIChat',