Skip to content

Commit

Permalink
added chefai to frontend
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtxRod17 committed May 3, 2024
1 parent 48f97c9 commit 3b7c46d
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions frontend/src/components/Chat.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,17 @@ const chatOptionsData = [
apiEndpoint: "http://localhost:5050/langchainCallRoute/ask",
},
{
title: "Hugging Face",
message: "Leverage Hugging Face models for diverse AI tasks.",
title: "English to SQL",
message: "Convert English to SQL",
image: huggingfaceIcon,
apiEndpoint: "http://localhost:5050/langchainCallRoute/askhfsql",
},
{
title: "Ingredients to Recipe",
message: "Add Ingredients seperated by a comma, and produce a recipe!",
image: huggingfaceIcon,
apiEndpoint: "http://localhost:5050/langchainCallRoute/askhfchef",
},
];

export function Chat() {
Expand Down

0 comments on commit 3b7c46d

Please sign in to comment.