Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GeminiProvider ¶
type GeminiProvider struct {
ApiKey string
Model string
Client *http.Client
History []geminiContent
}
func (*GeminiProvider) Name ¶
func (g *GeminiProvider) Name() string
func (*GeminiProvider) Reset ¶
func (g *GeminiProvider) Reset()
type OllamaProvider ¶
type OllamaProvider struct {
BaseURL string
Model string
Client *http.Client
History []ollamaMessage
}
func (*OllamaProvider) Name ¶
func (o *OllamaProvider) Name() string
func (*OllamaProvider) Reset ¶
func (o *OllamaProvider) Reset()
Click to show internal directories.
Click to hide internal directories.