mirror of
https://gitcode.com/ageerle/ruoyi-ai.git
synced 2026-04-18 14:23:39 +00:00
Compare commits
3 Commits
689adf079d
...
5dc21653c0
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5dc21653c0 | ||
|
|
d0d4b2229f | ||
|
|
07c9727345 |
@@ -73,6 +73,9 @@ public abstract class AbstractStreamingChatService implements IChatService {
|
|||||||
*/
|
*/
|
||||||
private static final Map<Object, MessageWindowChatMemory> memoryCache = new ConcurrentHashMap<>();
|
private static final Map<Object, MessageWindowChatMemory> memoryCache = new ConcurrentHashMap<>();
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 定义聊天流程骨架
|
* 定义聊天流程骨架
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user