mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-09 14:43:05 -04:00
prioritize model over warning
This commit is contained in:
parent
e70c7598e2
commit
29399b586e
2 changed files with 2 additions and 2 deletions
|
@ -91,7 +91,7 @@ module.exports = {
|
||||||
},
|
},
|
||||||
description: description.join('\n'),
|
description: description.join('\n'),
|
||||||
footer: {
|
footer: {
|
||||||
text: `This information may be inaccurate or biased • Bard`
|
text: `Bard • This information may be inaccurate or biased`
|
||||||
}
|
}
|
||||||
})],
|
})],
|
||||||
files
|
files
|
||||||
|
|
|
@ -106,7 +106,7 @@ module.exports = {
|
||||||
},
|
},
|
||||||
description: description.join('\n'),
|
description: description.join('\n'),
|
||||||
footer: {
|
footer: {
|
||||||
text: `This information may be inaccurate or biased • ${MODELS[model].name}`
|
text: `${MODELS[model].name} • This information may be inaccurate or biased`
|
||||||
}
|
}
|
||||||
})],
|
})],
|
||||||
files
|
files
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue