ZIm/crates/language_models/src
Antonio Scandurra 6f5867fc88
Fetch models right after signing in (#35711)
This uses the `current_user` watch in the `UserStore` instead of looping
every 100ms in order to detect if the user had signed in.

We are changing this because we noticed it was causing the deterministic
executor in tests to never detect a "parking with nothing left to run"
situation.

This seems better in production as well, especially for users who never
sign in.

/cc @maxdeviant 

Release Notes:

- N/A

Co-authored-by: Ben Brandt <benjamin.j.brandt@gmail.com>
2025-08-06 10:04:07 +00:00
..
provider Fetch models right after signing in (#35711) 2025-08-06 10:04:07 +00:00
ui agent: Fix text wrapping in the provider set up list items (#33063) 2025-06-19 18:17:56 -03:00
language_models.rs Start separating authentication from connection to collab (#35471) 2025-08-01 17:37:38 +00:00
provider.rs Support multiple OpenAI compatible providers (#34212) 2025-07-22 12:20:07 -03:00
settings.rs Support multiple OpenAI compatible providers (#34212) 2025-07-22 12:20:07 -03:00
ui.rs assistant: Refine settings view's instruction visuals (#25812) 2025-02-28 12:06:47 -03:00