RBoy
(RBoy)
12월 14, 2025, 12:36오후
1
LLM 사용량 페이지의 작은 버그가 있습니다. 새로운 LLM 모델을 생성하고 테스트를 실행하면 사용량 보고서에 llm_validator 항목으로 표시되지만, 아직 LLM 이름이 없기 때문에 모델 이름이 필터 목록에 (LLM 이름 없음)으로 나타납니다. 이 경우 moonshotai가 표시됩니다.
하지만 이를 선택하면 드롭다운 필터가 moonshotai 대신 0으로 변경되고, 모든 통계가 0으로 표시됩니다.
2개의 좋아요
@RBoy님 , 보고해 주셔서 감사합니다. 다음 PR로 수정될 예정입니다.
main ← ux-preserve-features-models-dropdown-options-when-filtering
merged 08:13PM - 15 Dec 25 UTC
When selecting a model or feature filter on the LLM Usage page, the dropdown wou… ld lose its options and display incorrect values (like "0") because fetchData() was clearing the cached dropdown options on every request.
The filtered API response only contains models/features matching the filter, so rebuilding the dropdown options from filtered data caused other options to disappear.
Added a `clearCache` parameter to fetchData():
- Initial load and date range changes pass `clearCache: true` to refresh options
- Filter changes use the default `clearCache: false` to preserve all options
Ref - https://meta.discourse.org/t/391273
3개의 좋아요
이 주제는 8시간 후 자동으로 닫혔습니다. 더 이상 답변을 달 수 없습니다.