prompt update

This commit is contained in:
robin
2023-11-20 15:20:41 +08:00
parent 290631abcb
commit 0c44af1b04

View File

@ -626,7 +626,8 @@ public class ChatController {
default: default:
break; break;
} }
return schemaProperty; String cleanedInput = schemaProperty.replaceAll("[\r\t]", "");
return cleanedInput;
} }
/** /**