fix: update API key for DocsGPTWidget

This commit is contained in:
Alex
2025-05-15 18:18:12 +01:00
parent 21ef27ee9b
commit fe02ca68d5

View File

@@ -4,7 +4,7 @@ export default function MyApp({ Component, pageProps }) {
return (
<>
<Component {...pageProps} />
<DocsGPTWidget showSources={true} apiKey="6dd66edf-d374-4904-93af-ab0c6d41ee56" theme="dark" size="medium" />
<DocsGPTWidget showSources={true} apiKey="5d8270cb-735f-484e-9dc9-5b407f24e652" theme="dark" size="medium" />
</>
)
}