LLamaSharp icon indicating copy to clipboard operation
LLamaSharp copied to clipboard

Using this repo in unity 3d.

Open sania96 opened this issue 1 year ago • 1 comments

Hi, how can i use this repo in unity 3d? to make a chatbot in unity 3d. can you give me some guidelines.

sania96 avatar Feb 02 '24 07:02 sania96

Use example https://github.com/eublefar/LLAMASharpUnityDemo NuGet version 0.8.1 works with it. Select the appropriate backend for GPU support. Perhaps 0.9.1 LLamaSharp will work. but only if you do not install SemanticKernel and KernelMemory. I haven't checked how the calls have changed, I may have to change the example a little based on the latest examples from LLamaSharp.

Xsanf avatar Feb 05 '24 15:02 Xsanf