mirror of
https://github.com/hiyouga/LLaMA-Factory.git
synced 2025-12-17 12:20:37 +08:00
Merge pull request #2575 from lungothrin/feature/chatter-with-role
support on fly test of tools
This commit is contained in:
@@ -861,6 +861,17 @@ LOCALES = {
|
||||
"placeholder": "工具列表(非必填)",
|
||||
},
|
||||
},
|
||||
"role": {
|
||||
"en": {
|
||||
"label": "Role",
|
||||
},
|
||||
"ru": {
|
||||
"label": "Роль",
|
||||
},
|
||||
"zh": {
|
||||
"label": "角色",
|
||||
},
|
||||
},
|
||||
"query": {
|
||||
"en": {
|
||||
"placeholder": "Input...",
|
||||
|
||||
Reference in New Issue
Block a user