Changeset 0.28.3 (#187)
This commit is contained in:
@@ -6,6 +6,11 @@
|
||||
// - @mention autocomplete in chat input
|
||||
// - Model attribution on assistant messages
|
||||
// ==========================================
|
||||
//
|
||||
// Exports: window.ChannelModels
|
||||
|
||||
(function() {
|
||||
'use strict';
|
||||
|
||||
const ChannelModels = {
|
||||
|
||||
@@ -429,3 +434,7 @@ function _shortName(fullName) {
|
||||
.trim()
|
||||
.replace(/\s+/g, '-'); // spaces → hyphens
|
||||
}
|
||||
|
||||
// ── Exports ─────────────────────────────────
|
||||
window.ChannelModels = ChannelModels;
|
||||
})();
|
||||
|
||||
Reference in New Issue
Block a user