Skip to content

Commit bda1406

Browse files
authored
Merge pull request #25288 from abpframework/fix-25287-cli-ai-options-docs
docs: add missing AI options to CLI page
2 parents 1c65b29 + be0c701 commit bda1406

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

docs/en/cli/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -241,6 +241,8 @@ For more samples, go to [ABP CLI Create Solution Samples](new-command-samples.md
241241
* `-no-text-template-management`: Skips the Text Template Management module.
242242
* `-file-management`: Includes the File Management module.
243243
* `-chat`: Includes the Chat module.
244+
* `-ai-management`: Includes the [AI Management](./../modules/ai-management/index.md) module.
245+
* `-ai-providers <providers>`: AI providers (comma-separated). Valid values: `Ollama`, `OpenAI`. (Requires `-ai-management`)
244246
* `--legacy`: Generates a legacy solution.
245247
* `trust-version`: Trusts the user's version and does not check if the version exists or not. If the template with the given version is found in the cache, it will be used, otherwise throws an exception.
246248

0 commit comments

Comments
 (0)