mirror of
https://github.com/enricoros/big-AGI.git
synced 2026-05-10 21:50:14 -07:00
LLMs: Disable emojis on isLatest
This commit is contained in:
@@ -117,7 +117,7 @@ export function fromManualMapping(mappings: ManualMappings, id: string, created?
|
||||
// full label
|
||||
label = label
|
||||
+ (suffix ? ` [${suffix.replaceAll('-', ' ').trim()}]` : '')
|
||||
+ (known.isLatest ? ' 🌟' : '')
|
||||
// + (known.isLatest ? ' 🌟' : '') // DISABLED: annoying emoji
|
||||
+ (known.isLegacy ? /*' 💩'*/ ' [legacy]' : '');
|
||||
|
||||
// set the date in YYYY-MM-DD format if available and requested
|
||||
|
||||
Reference in New Issue
Block a user