Skip to content

Commit 80cd3ed

Browse files
committed
update
1 parent 51c692b commit 80cd3ed

File tree

5 files changed

+0
-6
lines changed

5 files changed

+0
-6
lines changed

articles/ai-services/openai/concepts/models.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,6 @@ The following Embeddings models are available with [Azure Government](/azure/azu
275275
| `gpt-35-turbo` (0613) | East US2 <br> North Central US <br> Sweden Central <br> Switzerland West | 4,096 | Sep 2021 |
276276
| `gpt-35-turbo` (1106) | East US2 <br> North Central US <br> Sweden Central <br> Switzerland West | Input: 16,385<br> Output: 4,096 | Sep 2021|
277277
| `gpt-35-turbo` (0125) | East US2 <br> North Central US <br> Sweden Central <br> Switzerland West | 16,385 | Sep 2021 |
278-
| `gpt-4` (0613) | North Central US <br> Sweden Central | 8192 | Sep 2021 |
279278

280279
### Whisper models
281280

articles/ai-services/openai/includes/fine-tuning-openai-in-ai-studio.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ The following models support fine-tuning:
3535
- `gpt-35-turbo` (0613)
3636
- `gpt-35-turbo` (1106)
3737
- `gpt-35-turbo` (0125)
38-
- `gpt-4` (0613)
3938

4039
Consult the [models page](../concepts/models.md#fine-tuning-models) to check which regions currently support fine-tuning.
4140

articles/ai-services/openai/includes/fine-tuning-python.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ The following models support fine-tuning:
3535
- `gpt-35-turbo` (0613)
3636
- `gpt-35-turbo` (1106)
3737
- `gpt-35-turbo` (0125)
38-
- `gpt-4` (0613)
3938

4039
Or you can fine tune a previously fine-tuned model, formatted as base-model.ft-{jobid}.
4140

articles/ai-services/openai/includes/fine-tuning-rest.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ The following models support fine-tuning:
3333
- `gpt-35-turbo` (0613)
3434
- `gpt-35-turbo` (1106)
3535
- `gpt-35-turbo` (0125)
36-
- `gpt-4` (0613)
3736

3837
Consult the [models page](../concepts/models.md#fine-tuning-models) to check which regions currently support fine-tuning.
3938

articles/ai-services/openai/includes/fine-tuning-studio.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ The following models support fine-tuning:
3232
- `gpt-35-turbo` (0613)
3333
- `gpt-35-turbo` (1106)
3434
- `gpt-35-turbo` (0125)
35-
- `gpt-4` (0613)
3635

3736
Consult the [models page](../concepts/models.md#fine-tuning-models) to check which regions currently support fine-tuning.
3837

@@ -163,7 +162,6 @@ You can create a custom model from one of the following available base models:
163162
- `gpt-35-turbo` (0613)
164163
- `gpt-35-turbo` (1106)
165164
- `gpt-35-turbo` (0125)
166-
- `gpt-4` (0613)
167165

168166
- Or you can fine tune a previously fine-tuned model, formatted as base-model.ft-{jobid}.
169167

0 commit comments

Comments
 (0)