Skip to content

Commit d129d2e

Browse files
committed
fix(package): CoreAiUnity dependency on com.neoxider.coreai bumped to 4.18.0 (lockstep)
1 parent 2ecd6e4 commit d129d2e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Assets/CoreAiUnity/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
"version": "4.18.0",
44
"displayName": "CoreAI Unity",
55
"unity": "6000.0",
6-
"description": "Unity framework for LLM-powered NPCs and agents that call your game code drop-in chat UI, function-calling tools, persistent memory, token-by-token streaming, and per-role LLM routing. Runs on a local GGUF model (via LLMUnity) or any OpenAI-compatible API; proven on a 4 GB local model. Unity layer for com.neoxider.coreai.",
6+
"description": "Unity framework for LLM-powered NPCs and agents that call your game code \u2014 drop-in chat UI, function-calling tools, persistent memory, token-by-token streaming, and per-role LLM routing. Runs on a local GGUF model (via LLMUnity) or any OpenAI-compatible API; proven on a 4 GB local model. Unity layer for com.neoxider.coreai.",
77
"author": {
88
"name": "Neoxider",
99
"url": "https://github.com/NeoXider/CoreAI"
1010
},
1111
"license": "PolyForm-Noncommercial-1.0.0",
1212
"licensesUrl": "https://github.com/NeoXider/CoreAI/blob/main/LICENSE",
1313
"dependencies": {
14-
"com.neoxider.coreai": "4.17.0"
14+
"com.neoxider.coreai": "4.18.0"
1515
}
1616
}

0 commit comments

Comments
 (0)