Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewDeepseek ¶
func NewDeepseek(logger logger.Logger) conversation.Conversation
Types ¶
type Deepseek ¶
type Deepseek struct {
langchaingokit.LLM
// contains filtered or unexported fields
}
func (*Deepseek) GetComponentMetadata ¶
func (d *Deepseek) GetComponentMetadata() (metadataInfo metadata.MetadataMap)
type DeepseekMetadata ¶
type DeepseekMetadata struct {
conversation.LangchainMetadata `json:",inline" mapstructure:",squash"`
Key string `json:"key"`
MaxTokens int `json:"maxTokens"`
}
Click to show internal directories.
Click to hide internal directories.