Repositories
ยป
llmnpc
: Testing how LLM's fair as NPC's
Commits
Files
Markers
Readme
Download
-- Select Branch --
master
Path:
llmnpc
/
llama.cpp
/
tools
/
server
/
webui
/
src
/
lib
/
components
/
ui
/
checkbox
/ index.ts (
raw
)
1
import
Root
from
'./checkbox.svelte'
;
2
export
{
3
Root,
4
//
5
Root
as
Checkbox
6
};