LLM for Unity  v2.2.5
Create characters in Unity with LLMs!
Loading...
Searching...
No Matches
LLMChatTemplates.cs File Reference

File implementing the chat templates. More...

Go to the source code of this file.

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...
 

Detailed Description

File implementing the chat templates.

Definition in file LLMChatTemplates.cs.