We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 428f8d3 commit 215dc01Copy full SHA for 215dc01
src/app/chat.tsx
@@ -1,6 +1,6 @@
1
'use client';
2
3
-import {Chatbot} from '@langbase/components';
+import { Chatbot } from '@langbase/components';
4
import '@langbase/components/styles';
5
6
export default function Chat() {
@@ -15,7 +15,7 @@ export default function Chat() {
15
title="Ask AI"
16
triggerText="Ask AI"
17
badge="Experimental"
18
- apiRoute="/docs/api/chat"
+ apiRoute="/api/chat"
19
openingMessage="Hi there! I'm Sourcegraph's AI assistant trained for our documentation. How can I help you?"
20
// Remember AI can make mistakes, please double-check responses.
21
suggestions={[
0 commit comments