Skip to content

Commit

Permalink
Rollout Llama as default model to 50% of users (#1249)
Browse files Browse the repository at this point in the history
Follows on #1225

Co-authored-by: Nick von Pentz <[email protected]>
  • Loading branch information
nvonpentz and nvonpentz authored Oct 30, 2024
1 parent db9a38f commit 9c9b546
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions studies/BraveAIChatDefaultModelStudy.json5
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
experiment: [
{
name: 'DefaultLlama',
probability_weight: 25,
probability_weight: 50,
feature_association: {
enable_feature: [
'AIChat',
Expand All @@ -19,7 +19,7 @@
},
{
name: 'DefaultMixtral',
probability_weight: 75,
probability_weight: 50,
feature_association: {
enable_feature: [
'AIChat',
Expand Down

0 comments on commit 9c9b546

Please sign in to comment.