RBoy
(RBoy)
12 Maggio 2026, 3:25pm
1
Nella pagina delle impostazioni delle funzionalità AI, quando viene modificato l’LLM predefinito, gli agenti che utilizzano l’LLM predefinito non aggiornano il loro testo per riflettere il nuovo LLM predefinito fino al ricaricamento della pagina:
dopo aver ricaricato la pagina:
1 Mi Piace
Sì, abbastanza insignificante, ma apportare questa modifica insieme a quella predefinita non è troppo complicato… Ho aperto una PR per farlo qui:
main ← ux-refresh-llm-feature
opened 03:32PM - 13 May 26 UTC
Reported here: https://meta.discourse.org/t/minor-ui-bug-changing-default-llm/40… 2792
in the admin UI for AI, we have the ability to set the default LLM from a dropdown that saves on change... when the default LLM is changed however, the content on the page is stale and doesn't reflect the change until you manually refresh the page
https://github.com/user-attachments/assets/c9b68520-2885-418b-a298-976e86de0dff
this change refreshes the feature on the default change, so it reflects the current state without a full refresh
https://github.com/user-attachments/assets/67afca13-60aa-4f77-8efb-a5d0a9c563f4
3 Mi Piace