I think this plugin has sufficient basic features needed in a LLM framework, so it is the time to bump it to v1.0
- Breaking change: replace
Should Output Bos
andShould Output Eos
byShould Output Special
- A
LLM_LEGAL.md
to document information about legal issues on using LLM in games - macOS build: support is on best effort basis since I don't have a mac myself
store_text_finished
signal forLlmDB
nodecreate
function andLlmDBMetaDataType
enum forLlmDB
node- Add
Main GPU
andSplit Mode
to control which gpu (if you have multiple) should be used in computation, this is also needed as a workaround if you have multiple drivers install for a single GPU (my fix is still under review on the upstream llama.cpp repo) - Bug fixes