Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var BackendPrompt = &survey.Select{ Message: "Select Backend", Options: []string{ "openai", "ollama", "gemini", }, }
View Source
var GeminiKeyPrompt = &survey.Input{
Message: "Enter gemini api key: ",
}
View Source
var GeminiModelPrompt = &survey.Input{
Message: "Enter model name for gemini (default gemini-2.5-flash): ",
Default: "gemini-2.5-flash",
}
Functions ¶
func CommitPrompt ¶
func GetGitDiff ¶
func GitDiffPrompt ¶
func InitConfig ¶
func InitConfig()
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.