Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
chenpangpang
open-webui
Commits
2571f3c4
"src/vscode:/vscode.git/clone" did not exist on "b986c2aefd34df8ee1000615fdb151d87d7b7432"
Commit
2571f3c4
authored
May 06, 2024
by
Jun Siang Cheah
Committed by
Timothy J. Baek
May 06, 2024
Browse files
fix: remove stray debug logs
parent
0872bea7
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
src/lib/components/chat/Messages/CitationsModal.svelte
src/lib/components/chat/Messages/CitationsModal.svelte
+1
-2
No files found.
src/lib/components/chat/Messages/CitationsModal.svelte
View file @
2571f3c4
...
@@ -18,7 +18,6 @@
...
@@ -18,7 +18,6 @@
metadata: citation.metadata?.[i]
metadata: citation.metadata?.[i]
};
};
});
});
console.log(mergedDocuments);
});
});
</script>
</script>
...
@@ -56,7 +55,7 @@
...
@@ -56,7 +55,7 @@
{$i18n.t('Source')}
{$i18n.t('Source')}
</div>
</div>
<div class="text-sm dark:text-gray-400">
<div class="text-sm dark:text-gray-400">
{document.metadata.source}
{document.metadata
?
.source
?? $i18n.t('No source available')
}
</div>
</div>
</div>
</div>
<!-- Content from document.document.content -->
<!-- Content from document.document.content -->
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment