chenbiao há 2 anos atrás
pai
commit
1f57e18595

+ 1 - 2
netflix-service/src/main/java/com/cyksj/service/chatgpt/impl/ChatGptAccountServiceImpl.java

@@ -746,9 +746,8 @@ public class ChatGptAccountServiceImpl implements ChatGptAccountService {
         view.setStatus(score >= 50 ? "繁忙" : "空闲"); // 或“繁忙”
 
         view.setType(isPlus == 1 ? "plus" : "3.5");
-        view.setGptLimit(40); // 假设值
         int use = getCarConversationCount(carId, 3L).intValue();
-        view.setUse(Math.min(use, 40));
+        view.setUse(use);
         Long aLong = carOaiLimit(carId);
         if (aLong != 0L) {
             view.setStatus("停运");