From 9c9b546ad057035c77b8e0801dd9e381f28b99ed Mon Sep 17 00:00:00 2001 From: Nick von Pentz <12549658+nvonpentz@users.noreply.github.com> Date: Wed, 30 Oct 2024 14:13:32 -0400 Subject: [PATCH] Rollout Llama as default model to 50% of users (#1249) Follows on https://github.com/brave/brave-variations/pull/1225 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..1e70bad1 100644 --- a/studies/BraveAIChatDefaultModelStudy.json5 +++ b/studies/BraveAIChatDefaultModelStudy.json5 @@ -4,7 +4,7 @@ experiment: [ { name: 'DefaultLlama', - probability_weight: 25, + probability_weight: 50, feature_association: { enable_feature: [ 'AIChat', @@ -19,7 +19,7 @@ }, { name: 'DefaultMixtral', - probability_weight: 75, + probability_weight: 50, feature_association: { enable_feature: [ 'AIChat',