Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LLMArgs ¶ added in v0.0.4
type LLMArgs struct { ChatSystemInstruction []byte ChatInstruction []byte PromptKeys map[string][]byte ModelType map[string]string MongoDB *mongo.Collection ModelKwargs []struct { MaxTokens int `json:"max_tokens"` Temperature float64 `json:"temperature"` Stream bool `json:"stream"` StopSequences []string `json:"stop_sequences"` } APIKey []byte }
Click to show internal directories.
Click to hide internal directories.