unsloth/studio/frontend/src/features/chat
Shine1i 4be6eefed3 feat: support disabling top-k sampling with -1 and standardize normalization logic
- Updated top-k parameter range to accept -1 in models and frontend.
- Added utility to normalize top-k for backend compatibility.
2026-02-16 21:33:24 +01:00
..
api feat: add min_p inference parameter to chat page 2026-02-16 05:41:36 +00:00
hooks feat: add inference parameter merging for model loading and runtime updates 2026-02-16 07:14:53 +01:00
stores refactor: streamline chat runtime logic and remove warming indicator 2026-02-15 18:59:03 +01:00
tour feat: improve guided tour descriptions and add sidebar state management 2026-02-16 00:55:13 +01:00
types feat: add inference parameter merging for model loading and runtime updates 2026-02-16 07:14:53 +01:00
utils feat: refactor chat runtime with modular APIs, state management, and runtime synchronization 2026-02-13 16:45:00 +01:00
chat-page.tsx feat: lock model selector during guided tour and refine open state logic 2026-02-16 02:05:53 +01:00
chat-settings-sheet.tsx feat: support disabling top-k sampling with -1 and standardize normalization logic 2026-02-16 21:33:24 +01:00
db.ts add studio root folder 2026-02-02 09:14:35 +00:00
index.ts feat: refactor chat runtime with modular APIs, state management, and runtime synchronization 2026-02-13 16:45:00 +01:00
runtime-provider.tsx refactor: streamline chat runtime logic and remove warming indicator 2026-02-15 18:59:03 +01:00
shared-composer.tsx fix: ensure consistent message order in chat runtime by improving sort logic and adding fallback for createdAt 2026-02-15 17:34:32 +01:00
thread-sidebar.tsx feat: implement guided tours and refactor model selector components 2026-02-15 23:43:10 +01:00
types.ts feat: add warm-up indicator, new thread feature, and runtime improvements in chat UI 2026-02-13 17:28:01 +01:00