余尚辉 3 달 전
부모
커밋
98b536eeff
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      ai-slibra-assistant/api/AiBot.py

+ 1 - 1
ai-slibra-assistant/api/AiBot.py

@@ -28,7 +28,7 @@ from util import insert_log, timetic
 from prometheus_fastapi_instrumentator import Instrumentator
 import time
 
-from util.registry import BOT_CREATE_ACCOUNT_LATENCY
+from util.registry import AI_BOT_REQUEST_LATENCY
 
 logger=get_logger("log")