LLM for Unity  v2.2.5
Create characters in Unity with LLMs!
Loading...
Searching...
No Matches
LLMUnity.ModelEntry Class Reference

Public Member Functions

 ModelEntry (string path, bool lora=false, string label=null, string url=null)
 
ModelEntry OnlyRequiredFields ()
 

Static Public Member Functions

static string GetFilenameOrRelativeAssetPath (string path)
 

Public Attributes

string label
 
string filename
 
string path
 
bool lora
 
string chatTemplate
 
string url
 
bool includeInBuild
 
int contextLength
 

Detailed Description

Definition at line 11 of file LLMManager.cs.

Constructor & Destructor Documentation

◆ ModelEntry()

LLMUnity.ModelEntry.ModelEntry ( string path,
bool lora = false,
string label = null,
string url = null )
inline

Definition at line 33 of file LLMManager.cs.

Member Function Documentation

◆ GetFilenameOrRelativeAssetPath()

static string LLMUnity.ModelEntry.GetFilenameOrRelativeAssetPath ( string path)
inlinestatic

Definition at line 22 of file LLMManager.cs.

◆ OnlyRequiredFields()

ModelEntry LLMUnity.ModelEntry.OnlyRequiredFields ( )
inline

Definition at line 52 of file LLMManager.cs.

Member Data Documentation

◆ chatTemplate

string LLMUnity.ModelEntry.chatTemplate

Definition at line 17 of file LLMManager.cs.

◆ contextLength

int LLMUnity.ModelEntry.contextLength

Definition at line 20 of file LLMManager.cs.

◆ filename

string LLMUnity.ModelEntry.filename

Definition at line 14 of file LLMManager.cs.

◆ includeInBuild

bool LLMUnity.ModelEntry.includeInBuild

Definition at line 19 of file LLMManager.cs.

◆ label

string LLMUnity.ModelEntry.label

Definition at line 13 of file LLMManager.cs.

◆ lora

bool LLMUnity.ModelEntry.lora

Definition at line 16 of file LLMManager.cs.

◆ path

string LLMUnity.ModelEntry.path

Definition at line 15 of file LLMManager.cs.

◆ url

string LLMUnity.ModelEntry.url

Definition at line 18 of file LLMManager.cs.


The documentation for this class was generated from the following file: