Skip to content

Commit 65f0da6

Browse files
committed
chore: Liam is now the default chatbot
1 parent 1329856 commit 65f0da6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

client/src/App.jsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,9 @@ const Footer = () => {
9595
};
9696

9797
const App = () => {
98-
const [selectedItem, setSelectedItem] = useState(APPLICATIONS.SarcasticChat);
98+
const [selectedItem, setSelectedItem] = useState(
99+
APPLICATIONS.FunctionCalling,
100+
);
99101

100102
const handleItemClick = (item) => {
101103
setSelectedItem(item);

0 commit comments

Comments
 (0)