mirror of
https://git.mirrors.martin98.com/https://github.com/bytedance/deer-flow
synced 2025-08-20 18:19:04 +08:00
fix: hallucination link warn (#158)
This commit is contained in:
parent
bf4820c68f
commit
86295ed195
@ -27,7 +27,7 @@ export const Link = ({
|
|||||||
return href ? credibleLinks.has(href) : true;
|
return href ? credibleLinks.has(href) : true;
|
||||||
}, [credibleLinks, href]);
|
}, [credibleLinks, href]);
|
||||||
|
|
||||||
if (isCredible) {
|
if (!isCredible) {
|
||||||
return (
|
return (
|
||||||
<Tooltip title="This link might be a hallucination from AI model and may not be reliable.">
|
<Tooltip title="This link might be a hallucination from AI model and may not be reliable.">
|
||||||
<a
|
<a
|
||||||
|
Loading…
x
Reference in New Issue
Block a user