LLM for Unity  v2.2.5
Create characters in Unity with LLMs!
Loading...
Searching...
No Matches
LLMClient.cs
1using UnityEngine;
2
3namespace LLMUnity
4{
5 public class LLMClient : LLMCharacter
6 {
7 public LLMClient()
8 {
9 Debug.LogWarning("LLMClient is deprecated and will be removed from future versions. Please Use LLMCharacter instead.");
10 }
11 }
12}
Class implementing the LLM characters.
int slot
specify which slot of the server to use for computation (affects caching)