Matt Rubens 1 год назад
Родитель
Сommit
6d7f4d92fc
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/shared/experiments.ts

+ 1 - 1
src/shared/experiments.ts

@@ -39,7 +39,7 @@ export const experimentConfigsMap: Record<ExperimentKey, ExperimentConfig> = {
 	POWER_STEERING: {
 		name: 'Use experimental "power steering" mode',
 		description:
-			"When enabled, Roo will remind the model about the details of its current mode definition more frequently. This will lead to stronger adherence to role definitions and custom instructions, but will use additional tokens.",
+			"When enabled, Roo will remind the model about the details of its current mode definition more frequently. This will lead to stronger adherence to role definitions and custom instructions, but will use more tokens per message.",
 		enabled: false,
 	},
 }