mirror of
https://github.com/zongzibinbin/MallChat.git
synced 2026-03-13 21:53:41 +08:00
@@ -115,6 +115,10 @@
|
||||
<version>${junit.version}</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.alibaba</groupId>
|
||||
<artifactId>fastjson</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework</groupId>
|
||||
<artifactId>spring-test</artifactId>
|
||||
|
||||
@@ -41,6 +41,8 @@ public class RedisKey {
|
||||
*/
|
||||
public static final String USER_CHAT_NUM = "useChatGPTNum:uid_%d";
|
||||
|
||||
public static final String USER_CHAT_CONTEXT = "useChatGPTContext:uid_%d_roomId_%d";
|
||||
|
||||
/**
|
||||
* 用户上次使用GLM使用时间
|
||||
*/
|
||||
|
||||
@@ -33,4 +33,5 @@ mallchat.chatgpt.key=sk-wvWM0xGcxFfsddfsgxixbXK5tHovM
|
||||
mallchat.chatgpt.proxyUrl=https://123.cc
|
||||
mallchat.chatglm2.use=false
|
||||
mallchat.chatglm2.url=http://v32134.cc
|
||||
mallchat.chatglm2.uid=10002
|
||||
mallchat.chatglm2.uid=10002
|
||||
mallchat.chatglm2.context=3
|
||||
Reference in New Issue
Block a user