This website requires JavaScript.
Explore
Help
Sign In
ti.sil
/
open-webui
Watch
1
Star
0
Fork
You've already forked open-webui
0
mirror of
https://github.com/open-webui/open-webui.git
synced
2025-12-12 04:15:25 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
4
124a17e826
open-webui
/
src
/
lib
/
components
/
workspace
/
Knowledge
/
Files.svelte
8 lines
92 B
Svelte
Raw
Normal View
History
Unescape
Escape
refac
2024-10-03 03:42:10 +00:00
<
script
lang
=
"ts"
>
export let files = [];
<
/
script
>
<
div
>
{
JSON
.
stringify
(
files
)}
<
/
div
>
Reference in a new issue
Copy permalink