diff --git a/docs/.env.example b/docs/.env.example index ca0b5d2d07..ed2c8d073a 100644 --- a/docs/.env.example +++ b/docs/.env.example @@ -2,3 +2,5 @@ NUXT_PUBLIC_SITE_URL= # Used to fetch `nuxt/ui-pro` docs content NUXT_GITHUB_TOKEN= +# Vercel AI gateway key +AI_GATEWAY_API_KEY= \ No newline at end of file diff --git a/docs/app/components/content/examples/chat/ChatPaletteContentSearchExample.vue b/docs/app/components/content/examples/chat/ChatPaletteContentSearchExample.vue index e1d4ba1ef2..f9997214ca 100644 --- a/docs/app/components/content/examples/chat/ChatPaletteContentSearchExample.vue +++ b/docs/app/components/content/examples/chat/ChatPaletteContentSearchExample.vue @@ -1,5 +1,10 @@