Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct {
APIKey string `env:"API_KEY" json:"apiKey,omitempty"`
BaseURL string `env:"BASE_URL" json:"baseURL,omitempty"`
DefaultModel string `env:"DEFAULT_MODEL" json:"defaultModel,omitempty"`
Timeout time.Duration `env:"TIMEOUT" json:"timeout"`
}
Config configures the OpenAI LLM provider.
Click to show internal directories.
Click to hide internal directories.