Documentation ¶ Index ¶ type Model func (m Model) IsVaild() bool func (m Model) String() string Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Model ¶ type Model string const ( LLaMA38b Model = "llama3-8b-8192" // LLaMA370b Model = "llama3-70b-8192" Mixtral8x7b Model = "mixtral-8x7b-32768" Gemma7b Model = "gemma-7b-it" ) func (Model) IsVaild ¶ func (m Model) IsVaild() bool func (Model) String ¶ func (m Model) String() string Source Files ¶ View all Source files model.go Click to show internal directories. Click to hide internal directories.