RBoy
(RBoy)
12 Mayo, 2026 15:25
1
En la página de configuración de la función de IA, cuando se cambia el LLM predeterminado, los agentes que utilizan el LLM predeterminado no actualizan su texto para reflejar el nuevo LLM predeterminado hasta que se recarga la página:
después de actualizar la página:
1 me gusta
Sí, es bastante menor, pero hacer este cambio junto con el predeterminado no es demasiado complicado… He abierto un PR para hacer esto aquí:
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 Me gusta