index
:
llmnpc
master
Testing how LLM's fair as NPC's
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
llama.cpp
/
tools
/
server
/
webui
/
src
/
lib
/
constants
/
precision.ts
blob: 8df5c4f966656a63085247faa8d43c7d20e78df3 (
plain
)
1
2
export const
PRECISION_MULTIPLIER
=
1000000
;
export const
PRECISION_DECIMAL_PLACES
=
6
;