From 3032a2fe62aed56dec5c91d6b1aedd976935856d Mon Sep 17 00:00:00 2001 From: Nick von Pentz Date: Mon, 11 Nov 2024 08:45:05 -0500 Subject: [PATCH] Rollout Llama as default model to 100% of users --- studies/BraveAIChatDefaultModelStudy.json5 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/studies/BraveAIChatDefaultModelStudy.json5 b/studies/BraveAIChatDefaultModelStudy.json5 index 953da6cf..57f7e8bd 100644 --- a/studies/BraveAIChatDefaultModelStudy.json5 +++ b/studies/BraveAIChatDefaultModelStudy.json5 @@ -4,7 +4,7 @@ experiment: [ { name: 'DefaultLlama', - probability_weight: 75, + probability_weight: 100, feature_association: { enable_feature: [ 'AIChat', @@ -19,7 +19,7 @@ }, { name: 'DefaultMixtral', - probability_weight: 25, + probability_weight: 0, feature_association: { enable_feature: [ 'AIChat',