Skip to content

Commit ab8ea29

Browse files
integrated ollama setup with cli
1 parent 3d769e7 commit ab8ea29

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cmd/cli/llmSetup.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ func UpdateLLM() error {
8080

8181
models := []string{}
8282
options1 := []string{"Set Default", "Change API Key", "Delete"}
83-
options2 := []string{"Set Default", "Change URL", "Delete"}
83+
options2 := []string{"Set Default", "Change URL", "Delete"} //different option for local model
8484

8585
for _, p := range SavedModels.LLMProviders {
8686
models = append(models, p.LLM)

0 commit comments

Comments
 (0)