mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-30 07:08:50 +01:00
fix: gptCustom icon should show as same in model and message
This commit is contained in:
parent
5d0b849930
commit
45ca0a8713
4 changed files with 15 additions and 10 deletions
|
|
@ -68,7 +68,6 @@ export const getIconOfModel = ({ size=30, sender, isCreatedByUser, model, chatGp
|
|||
else if (!isCreatedByUser) {
|
||||
// TODO: use model from convo, rather than submit
|
||||
// const { model, chatGptLabel, promptPrefix } = convo;
|
||||
console.log(model, chatGptLabel)
|
||||
let background = bgColors[model];
|
||||
const isBing = model === 'bingai' || model === 'sydney';
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue