Cannot hide the Artifacts button in chat #9507
Unanswered
Indigo744
asked this question in
Troubleshooting
Replies: 1 comment 2 replies
-
Check your logs at startup, is your configuration appearing in the startup logs? When I use your example config as is, I get: {
"issues": [
{
"code": "too_small",
"minimum": 1,
"type": "array",
"inclusive": true,
"exact": false,
"message": "Array must contain at least 1 element(s)",
"path": [
"endpoints",
"custom",
0,
"models",
"default"
]
}
],
"name": "ZodError"
} The custom endpoint default model list cannot be empty. Once I resolve this, the config loads as expected. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
An "Artifacts" button is visible in the chat interface even though I've disabled everything related to Artifacts or MCP servers.


What am I missing? I would like to not having this button since it confuses users.
Version is v0.8.0-rc3
Configuration YAML
Thank you !
Beta Was this translation helpful? Give feedback.
All reactions