Skip to content

Commit

Permalink
endpoint for hf in frontend
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtxRod17 committed May 2, 2024
1 parent 338a141 commit 98f9c80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/Chat.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const chatOptionsData = [
title: "Hugging Face",
message: "Leverage Hugging Face models for diverse AI tasks.",
image: huggingfaceIcon,
apiEndpoint: "http://localhost:5050/huggingFaceCallRoute/ask",
apiEndpoint: "http://localhost:5050/huggingFaceCallRoute/askhf",
},
];

Expand Down

0 comments on commit 98f9c80

Please sign in to comment.