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
/
enums
/ chat.ts (
raw
)
1
export
enum
ChatMessageStatsView {
2
GENERATION =
'generation'
,
3
READING =
'reading'
4
}