ZIm/crates/language_models
Antonio Scandurra 53a3270410 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-08 10:24:24 -04:00
..
src Fetch models right after signing in (#35711) 2025-08-08 10:24:24 -04:00
Cargo.toml Start separating authentication from connection to collab (#35471) 2025-08-08 10:23:44 -04:00
LICENSE-GPL Add language_models crate to house language model providers (#20945) 2024-11-20 18:49:34 -05:00