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: default:
break; break;
} }
if (I18nUtils.isEn()) { //if (I18nUtils.isEn()) {
schemaProperty = String.format("%s\n#\n### 返回结果要求为英文", schemaProperty); // schemaProperty = String.format("%s\n#\n### 返回结果要求为英文", schemaProperty);
} //}
return schemaProperty; return schemaProperty;
} }
} }