mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-09 06:33:05 -04:00
change llm notices
This commit is contained in:
parent
7a28cef775
commit
4eb947c51d
4 changed files with 6 additions and 6 deletions
|
@ -58,7 +58,7 @@ module.exports = {
|
|||
},
|
||||
description: description.join('\n'),
|
||||
footer: {
|
||||
text: `Bard • Generative AI is experimental. Response may be factually incorrect or biased.`
|
||||
text: `Bard • Generative AI is experimental. Response may be factually wrong or completely made up.`
|
||||
}
|
||||
})],
|
||||
files
|
||||
|
@ -98,7 +98,7 @@ module.exports = {
|
|||
},
|
||||
description: description.join('\n'),
|
||||
footer: {
|
||||
text: `Bard • Generative AI is experimental. Response may be factually incorrect or biased.`
|
||||
text: `Bard • Generative AI is experimental. Response may be factually wrong or completely made up.`
|
||||
}
|
||||
})
|
||||
|
||||
|
@ -139,7 +139,7 @@ module.exports = {
|
|||
},
|
||||
description: description.join('\n'),
|
||||
footer: {
|
||||
text: `Bard • Generative AI is experimental. Response may be factually incorrect or biased.`
|
||||
text: `Bard • Generative AI is experimental. Response may be factually wrong or completely made up.`
|
||||
}
|
||||
})
|
||||
|
||||
|
|
|
@ -107,7 +107,7 @@ module.exports = {
|
|||
},
|
||||
description: description.join('\n'),
|
||||
footer: {
|
||||
text: `${MODELS[model.toLowerCase()].name} • Generative AI is experimental. Response may be factually incorrect or biased.`
|
||||
text: `${MODELS[model.toLowerCase()].name} • Generative AI is experimental. Response may be factually wrong or completely made up.`
|
||||
}
|
||||
})],
|
||||
files
|
||||
|
|
|
@ -81,7 +81,7 @@ module.exports = {
|
|||
},
|
||||
description: description.join('\n'),
|
||||
footer: {
|
||||
text: `PaLM 2 • Generative AI is experimental. Response may be factually incorrect or biased.`
|
||||
text: `PaLM 2 • Generative AI is experimental. Response may be factually wrong or completely made up.`
|
||||
}
|
||||
})],
|
||||
files
|
||||
|
|
|
@ -50,7 +50,7 @@ module.exports = {
|
|||
},
|
||||
description: '- ' + res.response.body.summaries.join('\n- '),
|
||||
footer: {
|
||||
text: "Generative AI is experimental. Response may be factually incorrect or biased."
|
||||
text: "Generative AI is experimental. Response may be factually wrong or completely made up."
|
||||
}
|
||||
}))
|
||||
}catch(e){
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue