mirror of
https://github.com/zongzibinbin/MallChat.git
synced 2026-03-14 06:03:42 +08:00
feat:上下文
This commit is contained in:
@@ -18,7 +18,7 @@ public class ChatGLM2Properties {
|
||||
/**
|
||||
* 使用
|
||||
*/
|
||||
private boolean use;
|
||||
private boolean use = false;
|
||||
|
||||
/**
|
||||
* url
|
||||
|
||||
@@ -13,7 +13,7 @@ public class ChatGPTProperties {
|
||||
/**
|
||||
* 是否使用openAI
|
||||
*/
|
||||
private boolean use;
|
||||
private boolean use = false;
|
||||
/**
|
||||
* 机器人 id
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user