Skip to content

Commit 3684ec2

Browse files
committed
fix autocomplete
1 parent b527c98 commit 3684ec2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internal/llm/models.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ var ImageProviderModels = map[string][]string{
4545

4646
// GetProviderNames returns valid provider names for LLM
4747
func GetProviderNames() []string {
48-
return []string{"anthropic", "openai", "gemini", "zen"}
48+
return []string{"anthropic", "openai", "gemini", "zen", "ollama", "lmstudio", "openai-compat"}
4949
}
5050

5151
// GetImageProviderNames returns valid provider names for image generation

0 commit comments

Comments
 (0)