- Add nullable_fields support to ObjectModel base class - Configure ChatSession to allow model_override to be cleared to null - Fix JSX conditional that rendered "0" when message_count was 0 - Display model name instead of raw ID in session manager Fixes issues: 1. Switching to default model now persists correctly 2. Session list shows human-readable model names 3. Sessions with 0 messages no longer show "0" badge |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| base.py | ||
| content_settings.py | ||
| models.py | ||
| notebook.py | ||
| podcast.py | ||
| transformation.py | ||