改变了带有预设的聊天的实现逻辑,去除了正常聊天内容中“切换模型”这一指令

This commit is contained in:
slhaf
2024-10-02 22:52:39 +08:00
parent 9f7629eb20
commit 3d0ad90ef7
15 changed files with 476 additions and 299 deletions

View File

@@ -0,0 +1,13 @@
package plugin.constant;
/**
* @author SLHAF
*/
public class ConfigConstant {
public static final String DEFAULT = "default";
public static final String NULL = "null";
public static final String CUSTOM_SPLIT = "\\|";
}