Skip to content

Commit

Permalink
Merge pull request #2 from ayutaz/fix/asmdef
Browse files Browse the repository at this point in the history
feat: ライブラリ部分にasmdefの追加
  • Loading branch information
ayutaz committed Jan 7, 2024
2 parents c82f045 + 9bd0827 commit 5a99be5
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 1 deletion.
16 changes: 16 additions & 0 deletions Assets/UniLlamaVoiceChat/Scripts/UniLlamaVoiceChat.asmdef
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"name": "UniLlamaVoiceChat",
"rootNamespace": "UniLlamaVoiceChat",
"references": [
"GUID:f51ebe6a0ceec4240a699833d6309b23"
],
"includePlatforms": [],
"excludePlatforms": [],
"allowUnsafeCode": false,
"overrideReferences": false,
"precompiledReferences": [],
"autoReferenced": true,
"defineConstraints": [],
"versionDefines": [],
"noEngineReferences": false
}

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Assets/UniLlamaVoiceChat/Scripts/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "jp.ayutaz.uni-llama-voice-chat" ,
"displayName": "uni-llama-voice-chat",
"version": "0.1.1" ,
"version": "0.1.2" ,
"unity": "2023.2" ,
"description": "llama.cpp as an LLM server to perform inference and generate speech using Synthetic voice library" ,
"keywords": [
Expand Down

0 comments on commit 5a99be5

Please sign in to comment.