Skip to content

Commit dca79ee

Browse files
changed model value
1 parent e3c42bc commit dca79ee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/CustomizingAzdParameters.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ By default this template will use the environment name as the prefix to prevent
1212
| `AZURE_LOCATION` | string | `<User selects during deployment>` | Location of the Azure resources. Controls where the infrastructure will be deployed. |
1313
| `AZURE_ENV_MODEL_DEPLOYMENT_TYPE` | string | `GlobalStandard` | Defines the deployment type for the AI model (e.g., Standard, GlobalStandard). |
1414
| `AZURE_ENV_MODEL_NAME` | string | `gpt-4.1` | Specifies the name of the GPT model to be deployed. |
15-
| `AZURE_ENV_MODEL_CAPACITY` | int | `150` | Sets the GPT model capacity. |
15+
| `AZURE_ENV_MODEL_CAPACITY` | int | `100` | Sets the GPT model capacity. |
1616
| `AZURE_ENV_MODEL_VERSION` | string | `2024-08-06` | Version of the GPT model to be used for deployment. |
1717
| `AZURE_ENV_EMBEDDING_MODEL_NAME` | string | text-embedding-3-large | Sets the name of the embedding model to use. |
1818
| `AZURE_ENV_EMBEDDING_MODEL_VERSION` | string | text-embedding-3-large | *(empty)* |

0 commit comments

Comments
 (0)