Skip to content

Commit 6699bb1

Browse files
committed
fix: Clarifies AI model name description
Updates the AI model name description to indicate that the model is automatically detected from available models. Sets the default value for the model to an empty string, reflecting the auto-detection behavior.
1 parent 6b7b676 commit 6699bb1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cmd/testdata/stores.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ stores:
1818
description: "AI provider (local, openai, claude)"
1919
defaultValue: "local"
2020
- key: "model"
21-
description: "AI model name"
22-
defaultValue: "codellama"
21+
description: "AI model name (auto-detected from available models)"
22+
defaultValue: ""
2323
- key: "endpoint"
2424
description: "AI service endpoint"
2525
defaultValue: "http://localhost:11434"

0 commit comments

Comments
 (0)