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