Browse Source

修改会话逻辑

kobe6258 1 month ago
parent
commit
89574c85cb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      services/llm/chat_service.go

+ 1 - 1
services/llm/chat_service.go

@@ -190,7 +190,7 @@ func SaveAllChatRecordsToDB() {
 			}(key)
 			}(key)
 		}
 		}
 		wg.Wait()
 		wg.Wait()
-		time.Sleep(10 * time.Second)
+		time.Sleep(10 * time.Minute)
 	}
 	}
 }
 }