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