mirror of
https://github.com/CodePhiliaX/Chat2DB.git
synced 2025-07-29 18:53:12 +08:00
prompt update
This commit is contained in:
@ -626,7 +626,8 @@ public class ChatController {
|
||||
default:
|
||||
break;
|
||||
}
|
||||
return schemaProperty;
|
||||
String cleanedInput = schemaProperty.replaceAll("[\r\t]", "");
|
||||
return cleanedInput;
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user