Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DefaultConfig = Config{ Version: "1.8.4", Theme: "dracula", AIProviderConfig: &providers.AIProviderConfig{ Provider: "openai", BaseURL: "https://api.openai.com/v1", Model: "gpt-4o", Stream: true, EncodingFormat: "float", Temperature: nil, ReasoningEffort: nil, ApiVersion: "", ApiKey: "", }, }
DefaultConfig values
Functions ¶
func GetConfigFileType ¶ added in v1.9.0
GetConfigFileType returns the type of the configuration file based on its extension
Types ¶
Click to show internal directories.
Click to hide internal directories.