From 66de6aae2cae42ff23e4eba4a9a2c66d9c458a80 Mon Sep 17 00:00:00 2001 From: Nick von Pentz Date: Wed, 6 Nov 2024 10:17:23 -0500 Subject: [PATCH] Rollout Llama as default model to 75% of users Follows on https://github.com/brave/brave-variations/pull/1249 --- studies/BraveAIChatDefaultModelStudy.json5 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/studies/BraveAIChatDefaultModelStudy.json5 b/studies/BraveAIChatDefaultModelStudy.json5 index 1e70bad1..8cc9bcbb 100644 --- a/studies/BraveAIChatDefaultModelStudy.json5 +++ b/studies/BraveAIChatDefaultModelStudy.json5 @@ -4,7 +4,7 @@ experiment: [ { name: 'DefaultLlama', - probability_weight: 50, + probability_weight: 25, feature_association: { enable_feature: [ 'AIChat', @@ -19,7 +19,7 @@ }, { name: 'DefaultMixtral', - probability_weight: 50, + probability_weight: 75, feature_association: { enable_feature: [ 'AIChat',