LLM for Unity
v2.3.0
Create characters in Unity with LLMs!
|
Classes | |
class | LLMUnity.ChatTemplate |
Class implementing the skeleton of a chat template. More... | |
class | LLMUnity.ChatMLTemplate |
Class implementing the ChatML template. More... | |
class | LLMUnity.LLama2Template |
Class implementing the LLama2 template. More... | |
class | LLMUnity.LLama2ChatTemplate |
Class implementing a modified version of the LLama2 template for chat. More... | |
class | LLMUnity.LLama3ChatTemplate |
Class implementing the LLama3 template for chat. More... | |
class | LLMUnity.MistralInstructTemplate |
Class implementing the Mistral Instruct template. More... | |
class | LLMUnity.MistralChatTemplate |
Class implementing a modified version of the Mistral Instruct template for chat. More... | |
class | LLMUnity.GemmaTemplate |
Class implementing the Gemma template. More... | |
class | LLMUnity.AlpacaTemplate |
Class implementing the Alpaca template. More... | |
class | LLMUnity.VicunaTemplate |
Class implementing the Vicuna template. More... | |
class | LLMUnity.Phi2Template |
Class implementing the Phi-2 template. More... | |
class | LLMUnity.Phi3Template |
Class implementing the Phi-3 template. More... | |
class | LLMUnity.Phi3_5Template |
Class implementing the Phi-3.5 template. More... | |
class | LLMUnity.ZephyrTemplate |
Class implementing the Zephyr template. More... | |