Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DefaultModel ¶
func DefaultModel(provider llm.ProviderName) string
DefaultModel returns the default model name for the given provider.
Types ¶
type Config ¶
type Config struct {
Username string
GitHubTokens []string
PrivateToken string
Provider llm.ProviderName
Model string
OllamaHost string
APIKey string
UseVertexAI bool
VertexRegion string
VertexProjectID string
OutputDir string
MaxRepos int
Exhaustive bool
Verbose bool
}
Config holds all runtime configuration for devlica.
func (*Config) LoadFromEnv ¶
func (c *Config) LoadFromEnv()
LoadFromEnv populates environment-dependent fields (tokens, keys, hosts).
Click to show internal directories.
Click to hide internal directories.