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