feat: update user cefr model key (#1628)
This commit is contained in:
parent
fbdf82b08a
commit
ccec4f8470
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue