Skip to content

Commit 58289cd

Browse files
changed default value of embedding model
1 parent dca79ee commit 58289cd

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
@@ -15,7 +15,7 @@ By default this template will use the environment name as the prefix to prevent
1515
| `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. |
18-
| `AZURE_ENV_EMBEDDING_MODEL_VERSION` | string | text-embedding-3-large | *(empty)* |
18+
| `AZURE_ENV_EMBEDDING_MODEL_VERSION` | string | `200` | *(empty)* |
1919
| `AZURE_ENV_EMBEDDING_MODEL_CAPACITY` | string | Configure capacity for embedding models (in thousands). | Set the capacity for embedding models (in thousands). |
2020
| `AZURE_ENV_LOG_ANALYTICS_WORKSPACE_ID` | string | Guide to get your [Existing Workspace ID](/docs/re-use-log-analytics.md) | Set this if you want to reuse an existing Log Analytics Workspace instead of creating a new one. |
2121
| `AZURE_ENV_VM_ADMIN_USERNAME` | string | `take(newGuid(), 20)` | The administrator username for the virtual machine. |

0 commit comments

Comments
 (0)