feat:上下文

This commit is contained in:
zhaoyuhang
2023-07-10 23:17:55 +08:00
parent d8cc001eb8
commit e486f8d0d5
4 changed files with 14 additions and 18 deletions

View File

@@ -18,7 +18,7 @@ public class ChatGLM2Properties {
/**
* 使用
*/
private boolean use;
private boolean use = false;
/**
* url

View File

@@ -13,7 +13,7 @@ public class ChatGPTProperties {
/**
* 是否使用openAI
*/
private boolean use;
private boolean use = false;
/**
* 机器人 id
*/