chore: languages settings

This commit is contained in:
jialin
2024-06-24 14:00:06 +08:00
parent de96c3d81d
commit 64683fdeb6
32 changed files with 417 additions and 156 deletions
+2 -2
View File
@@ -5,10 +5,10 @@ export const Roles = {
export const playGroundRoles = [
{
key: 'user',
label: 'User'
label: 'playground.user'
},
{
key: 'assistant',
label: 'Assistant'
label: 'playground.assitant'
}
];