-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
57 lines (57 loc) · 1.45 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "com.unity.localllama",
"version": "0.1.0",
"displayName": "LocalLlama",
"description": "A Unity package for integrating OllamaSharp with Unity ECS.",
"unity": "2023.2",
"documentation": "https://github.com/cat-game-research/LocalLlama/tree/main/Documentation~",
"type": "tool",
"keywords": [
"Llama",
"Llama2",
"OLlama",
"LLM",
"AI",
"ECS",
"Console"
],
"category": "AI/LLM",
"dependencies": {
"com.unity.inputsystem": "1.7.0",
"com.unity.entities": "1.0.16",
"com.unity.entities.graphics": "1.0.16",
"com.unity.mathematics": "1.2.6",
"com.unity.burst": "1.8.12"
},
"changelog": "CHANGELOG.md",
"readme": "README.md",
"license": "MIT",
"homepage": "https://github.com/cat-game-research/LocalLlama",
"repository": {
"type": "git",
"url": "https://github.com/cat-game-research/LocalLlama.git"
},
"author": {
"name": "Cat Game Research",
"email": "meow@badcatgame.com",
"url": "https://cat-game-research.com"
},
"contributors": [
{
"name": "p3nGu1nZz",
"email": "hello@p3nGu1nZz.me",
"url": "https://github.com/p3nGu1nZz"
}
],
"funding": {
"type": "patreon",
"url": "https://www.patreon.com/catgameresearch"
},
"unityRelease": "1f1",
"screenshots": [],
"videos": [],
"support": {
"issues": "https://github.com/cat-game-research/LocalLlama/issues",
"forum": "https://forum.unity.com/threads/LocalLlama.123456/"
}
}