Skip to content

Commit 215dc01

Browse files
committed
fix path
1 parent 428f8d3 commit 215dc01

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/app/chat.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
'use client';
22

3-
import {Chatbot} from '@langbase/components';
3+
import { Chatbot } from '@langbase/components';
44
import '@langbase/components/styles';
55

66
export default function Chat() {
@@ -15,7 +15,7 @@ export default function Chat() {
1515
title="Ask AI"
1616
triggerText="Ask AI"
1717
badge="Experimental"
18-
apiRoute="/docs/api/chat"
18+
apiRoute="/api/chat"
1919
openingMessage="Hi there! I'm Sourcegraph's AI assistant trained for our documentation. How can I help you?"
2020
// Remember AI can make mistakes, please double-check responses.
2121
suggestions={[

0 commit comments

Comments
 (0)