Skip to content

Commit

Permalink
changed citations to references
Browse files Browse the repository at this point in the history
  • Loading branch information
DevMarkson authored Sep 18, 2024
1 parent 8f583b3 commit 3a68411
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Chat.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ const Chat = () => {
{/* Only show citations if they exist */}
{entry.citations && entry.citations.length > 0 && (
<>
<h4 style={{ marginTop: "15px" }}>Citation:</h4>
<h4 style={{ marginTop: "15px" }}>References:</h4>
{entry.citations.map(
(citation, index) =>
entry.response.includes(`[${index + 1}]`) && (
Expand Down

0 comments on commit 3a68411

Please sign in to comment.