mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-09 06:33:05 -04:00
improve ai notices
This commit is contained in:
parent
71763ac49b
commit
331bdc9da0
5 changed files with 10 additions and 11 deletions
|
@ -65,7 +65,7 @@ module.exports = {
|
|||
},
|
||||
description: description.join('\n'),
|
||||
footer: {
|
||||
text: `Bard • This information may be inaccurate or biased`
|
||||
text: `Bard • Generative AI is experimental. Response may be factually incorrect or biased.`
|
||||
}
|
||||
})],
|
||||
files
|
||||
|
@ -105,7 +105,7 @@ module.exports = {
|
|||
},
|
||||
description: description.join('\n'),
|
||||
footer: {
|
||||
text: `Bard • This information may be inaccurate or biased`
|
||||
text: `Bard • Generative AI is experimental. Response may be factually incorrect or biased.`
|
||||
}
|
||||
})
|
||||
|
||||
|
@ -146,7 +146,7 @@ module.exports = {
|
|||
},
|
||||
description: description.join('\n'),
|
||||
footer: {
|
||||
text: `Bard • This information may be inaccurate or biased`
|
||||
text: `Bard • Generative AI is experimental. Response may be factually incorrect or biased.`
|
||||
}
|
||||
})
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue