Browse Source

docs: add missing AI options to CLI page

pull/25288/head
enisn 3 months ago
parent
commit
be0c701700
No known key found for this signature in database GPG Key ID: A052619F04155D1C
  1. 2
      docs/en/cli/index.md

2
docs/en/cli/index.md

@ -241,6 +241,8 @@ For more samples, go to [ABP CLI Create Solution Samples](new-command-samples.md
* `-no-text-template-management`: Skips the Text Template Management module.
* `-file-management`: Includes the File Management module.
* `-chat`: Includes the Chat module.
* `-ai-management`: Includes the [AI Management](./../modules/ai-management/index.md) module.
* `-ai-providers <providers>`: AI providers (comma-separated). Valid values: `Ollama`, `OpenAI`. (Requires `-ai-management`)
* `--legacy`: Generates a legacy solution.
* `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.

Loading…
Cancel
Save