Skip to content

Commit

Permalink
strange fix attempt: rename the config dir?
Browse files Browse the repository at this point in the history
  • Loading branch information
dave-gray101 committed Feb 22, 2024
1 parent 743e276 commit 14769ea
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ func main() {
Name: "localai-config-dir",
Usage: "Directory to use for the configuration files of LocalAI itself. This is NOT where model files should be placed.",
EnvVars: []string{"LOCALAI_CONFIG_DIR"},
Value: "./config",
Value: "./configuration",
},
},
Description: `
Expand Down

0 comments on commit 14769ea

Please sign in to comment.