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
/
switch
/ index.ts (
raw
)
1
import
Root
from
'./switch.svelte'
;
2
3
export
{
4
Root,
5
//
6
Root
as
Switch
7
};