From ccec4f847012c675592911f486f15ec81ce33f3f Mon Sep 17 00:00:00 2001 From: ggurdin <46800240+ggurdin@users.noreply.github.com> Date: Tue, 28 Jan 2025 16:00:59 -0500 Subject: [PATCH] feat: update user cefr model key (#1628) --- lib/pangea/common/constants/model_keys.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/pangea/common/constants/model_keys.dart b/lib/pangea/common/constants/model_keys.dart index a14af4fd2..85f3d4894 100644 --- a/lib/pangea/common/constants/model_keys.dart +++ b/lib/pangea/common/constants/model_keys.dart @@ -20,7 +20,7 @@ class ModelKey { static const String toolSettings = 'tool_settings'; static const String userSettings = 'user_settings'; static const String instructionsSettings = 'instructions_settings'; - static const String cefrLevel = 'cefr_level'; + static const String cefrLevel = 'user_cefr'; // matrix profile keys // making this a random string so that it's harder to guess