# خلل بسيط في واجهة المستخدم في صفحة استخدام LLM

**URL:** https://meta.discourse.org/t/minor-ui-bug-in-llm-usage-page/391273
**Category:** UX
**Tags:** pr-welcome, ai
**Created:** [14 ديسمبر 2025، 12:36م UTC](https://meta.discourse.org/t/minor-ui-bug-in-llm-usage-page/391273 "2025-12-14T12:36:27Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![RBoy](https://avatars.discourse-cdn.com/v4/letter/r/2bfe46/32.png) [@RBoy](https://meta.discourse.org/u/RBoy)
#### Post date: [14 ديسمبر 2025، 12:36م UTC](https://meta.discourse.org/t/minor-ui-bug-in-llm-usage-page/391273/1 "2025-12-14T12:36:27Z")

</div>

خطأ بسيط في صفحة استخدام النموذج اللغوي الكبير (LLM). عند إنشاء نموذج LLM جديد وتشغيل اختبار له، يظهر في تقرير الاستخدام تحت `llm_validator`، ولكن نظرًا لعدم وجود اسم للنموذج اللغوي الكبير بعد، يظهر اسم النموذج في قائمة التصفية (لا يوجد اسم LLM)، وفي هذه الحالة `moonshotai`

 ![image](https://global.discourse-cdn.com/meta/original/4X/9/7/9/979faae5c7499775ef7059c35d5a394993ced7d3.png)

ومع ذلك، بعد تحديده، تتغير قائمة التصفية المنسدلة إلى 0 بدلاً من `moonshotai` وتظهر جميع الإحصائيات كـ 0

 ![image](https://global.discourse-cdn.com/meta/original/4X/e/0/8/e0838b0f57b7bccf65fc4c83a5330178b49aef50.png)

---

<div class="post-metadata">

### Author: ![zogstrip](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/zogstrip/32/512781_2.png) [@zogstrip](https://meta.discourse.org/u/zogstrip)
#### Post date: [15 ديسمبر 2025، 1:55م UTC](https://meta.discourse.org/t/minor-ui-bug-in-llm-usage-page/391273/2 "2025-12-15T13:55:49Z")

</div>

شكرًا على التقرير @RBoy، سيتم إصلاح ذلك بواسطة

> <https://github.com/discourse/discourse/pull/36694>
>
> 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

---

<div class="post-metadata">

### Author: ![zogstrip](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/zogstrip/32/512781_2.png) [@zogstrip](https://meta.discourse.org/u/zogstrip)
#### Post date: [16 ديسمبر 2025، 7:00ص UTC](https://meta.discourse.org/t/minor-ui-bug-in-llm-usage-page/391273/4 "2025-12-16T07:00:26Z")

</div>

تم إغلاق هذا الموضوع تلقائيًا بعد 8 ساعات. لم يعد الردود الجديدة مسموحًا بها.
