mirror of
https://github.com/CodePhiliaX/Chat2DB.git
synced 2025-09-21 03:53:24 +08:00
ai prompt
This commit is contained in:
@ -518,9 +518,9 @@ public class ChatController {
|
||||
default:
|
||||
break;
|
||||
}
|
||||
if (I18nUtils.isEn()) {
|
||||
schemaProperty = String.format("%s\n#\n### 返回结果要求为英文", schemaProperty);
|
||||
}
|
||||
//if (I18nUtils.isEn()) {
|
||||
// schemaProperty = String.format("%s\n#\n### 返回结果要求为英文", schemaProperty);
|
||||
//}
|
||||
return schemaProperty;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user