Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetSystemPrompt ¶
func IsSupportedProvider ¶ added in v0.0.2
func SetDefaultProvider ¶ added in v0.0.2
Types ¶
type Config ¶
type Config struct { DefaultProvider string `toml:"default-provider"` LLMProvider map[string]LLMConfig `toml:"llm-provider"` }
Config represents the top-level configuration structure
func ParseConfig ¶
ParseConfig reads and parses the TOML configuration file
Click to show internal directories.
Click to hide internal directories.