ai prompt

This commit is contained in:
robin
2023-07-02 19:25:12 +08:00
parent f636dec266
commit 02c7e66fcf

View File

@ -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;
}
}