index
:
llmnpc
master
Testing how LLM's fair as NPC's
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
llama.cpp
/
tools
/
server
/
webui
/
src
/
lib
/
enums
/
chat.ts
blob: 2b9eb7bc2e96b87e625daa04a34b99afcdd0e130 (
plain
)
1
2
3
4
export enum
ChatMessageStatsView
{
GENERATION
=
'generation'
,
READING
=
'reading'
}