Files
FabledScribe/src
bvandeusen 76c384ea53 Fix chat model always using conv.model instead of user setting
conv.model was stored at conversation creation time and short-circuited
the get_setting() call, so changing default_model in Settings had no
effect on existing conversations. Now the user's default_model setting
is always the source of truth for generation and summarization.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-02 22:44:14 -05:00
..