diff --git a/docs/src/content/docs/getting-started/configuration.mdx b/docs/src/content/docs/getting-started/configuration.mdx index 00ec0dc96..5c6155956 100644 --- a/docs/src/content/docs/getting-started/configuration.mdx +++ b/docs/src/content/docs/getting-started/configuration.mdx @@ -64,6 +64,13 @@ GENAISCRIPT_MODEL_SMALL="azure_serverless:..." GENAISCRIPT_MODEL_VISION="azure_serverless:..." ``` +You can also configure the default aliases for a given LLM provider by using the `--provider` argument in the CLI. +The default are documented in this page and printed to the console output. + +```sh +genaiscript run ... --provider anthropic +``` + ### Model aliases In fact, you can define any alias for your model (only alphanumeric characters are allowed) diff --git a/docs/src/content/docs/reference/cli/run.mdx b/docs/src/content/docs/reference/cli/run.mdx index 4ff50a19a..b0d0efa94 100644 --- a/docs/src/content/docs/reference/cli/run.mdx +++ b/docs/src/content/docs/reference/cli/run.mdx @@ -50,11 +50,21 @@ Exclude files ignored by the `.gitignore` file at the workspace root. npx genaiscript run