Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client implements a base client with common functionality
func (*Client) HTTPClient ¶
HTTPClient returns the underlying HTTP client
type Config ¶
type Config struct {
APIKey string // API key for the LLM provider
AuthToken string // Auth token for the LLM provider (alternative to APIKey)
Model string
BaseURL string
Timeout time.Duration
MaxRetries int
Temperature float64
MaxTokens int
}
Config defines common configuration for all LLM clients
Click to show internal directories.
Click to hide internal directories.