Documentation
¶
Overview ¶
Package llamatasktype
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Textembedding = LlamaTaskType{"text_embedding"} Completion = LlamaTaskType{"completion"} Chatcompletion = LlamaTaskType{"chat_completion"} )
Functions ¶
This section is empty.
Types ¶
type LlamaTaskType ¶
type LlamaTaskType struct {
Name string
}
func (LlamaTaskType) MarshalText ¶
func (l LlamaTaskType) MarshalText() (text []byte, err error)
func (LlamaTaskType) String ¶
func (l LlamaTaskType) String() string
func (*LlamaTaskType) UnmarshalText ¶
func (l *LlamaTaskType) UnmarshalText(text []byte) error
Click to show internal directories.
Click to hide internal directories.