Skip to content

Commit 999a800

Browse files
committed
update
1 parent 9920337 commit 999a800

File tree

1 file changed

+8
-17
lines changed

1 file changed

+8
-17
lines changed

articles/ai-services/openai/includes/api-versions/latest-authoring.md

Lines changed: 8 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -5128,9 +5128,7 @@ Relative deployment connection.
51285128

51295129
Defines the dates of deprecation for the different use cases of a model.
51305130

5131-
Usually base models support 1 year of fine tuning after creation. Inference is typically supported 2 years after creation of base or
5132-
5133-
fine tuned models. The exact dates are specified in the properties.
5131+
Usually base models support 1 year of fine tuning after creation. Inference is typically supported 2 years after creation of base or fine tuned models. The exact dates are specified in the properties.
51345132

51355133
| Name | Type | Description | Required | Default |
51365134
|------|------|-------------|----------|---------|
@@ -5566,8 +5564,7 @@ Defines a document to import from an external content url to be usable with Azur
55665564
|------|------|-------------|----------|---------|
55675565
| content_url | string | The url to download the document from (can be SAS url of a blob or any other external url accessible with a GET request). | Yes | |
55685566
| expires_after | [FileExpiresAfter](#fileexpiresafter) | Defines a expiration for the file. | No | |
5569-
| filename | string | The name of the [JSON Lines](https://jsonlines.readthedocs.io/en/latest/) file to be uploaded.
5570-
If the `purpose` is set to "fine-tune", each line is a JSON record with "prompt" and "completion" fields representing your training examples. | Yes | |
5567+
| filename | string | The name of the [JSON Lines](https://jsonlines.readthedocs.io/en/latest/) file to be uploaded. If the `purpose` is set to "fine-tune", each line is a JSON record with "prompt" and "completion" fields representing your training examples. | Yes | |
55715568
| purpose | [Purpose](#purpose) | The intended purpose of the uploaded documents. Use "fine-tune" for fine-tuning. This allows us to validate the format of the uploaded file. | Yes | |
55725569

55735570
### FileList
@@ -5683,8 +5680,7 @@ Defines the values of a fine tune job.
56835680
| Name | Type | Description | Required | Default |
56845681
|------|------|-------------|----------|---------|
56855682
| hyperparameters | [FineTuningHyperParameters](#finetuninghyperparameters) | The hyper parameter settings used in a fine tune job. | No | |
5686-
| integrations | array | A list configurations for integrations supporting the fine-tuning job.
5687-
There are many integrations planned, so make sure to check and act on the integration type. | No | |
5683+
| integrations | array | A list configurations for integrations supporting the fine-tuning job. There are many integrations planned, so make sure to check and act on the integration type. | No | |
56885684
| method | object | Method used for supervised finetuning | No | |
56895685
| └─ type | [FineTuningMethodType](#finetuningmethodtype) | | No | |
56905686
| model | string | The identifier (model-id) of the base model used for this fine-tune. | Yes | |
@@ -5763,8 +5759,7 @@ The state of a finetunes object or fine tuning job.
57635759

57645760
| Name | Type | Description | Required | Default |
57655761
|------|------|-------------|----------|---------|
5766-
| description | string | A description of what the function does, used by the model to
5767-
choose when and how to call the function. | No | |
5762+
| description | string | A description of what the function does, used by the model to choose when and how to call the function. | No | |
57685763
| name | string | The name of the function to be called. | No | |
57695764
| parameters | | The parameters the functions accepts, described as a JSON Schema object. | No | |
57705765

@@ -5909,8 +5904,7 @@ Inner error codes as defined in the [Microsoft REST guidelines](https://github.c
59095904
|------|------|-------------|----------|---------|
59105905
| content | string | The contents of the message. | No | |
59115906
| id | string | The identity of message. | No | |
5912-
| name | string | An optional name for the participant.
5913-
Provides the model information to differentiate between participants of the same role. | No | |
5907+
| name | string | An optional name for the participant. Provides the model information to differentiate between participants of the same role. | No | |
59145908
| role | string | The role of the entity that is creating the message. | No | |
59155909

59165910
### InputTextContent
@@ -5956,8 +5950,7 @@ Note: A model can be promoted from "preview" to "generally-available", but never
59565950

59575951
| Property | Value |
59585952
|----------|-------|
5959-
| **Description** | The life cycle status of a model.
5960-
Note: A model can be promoted from "preview" to "generally-available", but never from "generally-available" to "preview". |
5953+
| **Description** | The life cycle status of a model. Note: A model can be promoted from "preview" to "generally-available", but never from "generally-available" to "preview". |
59615954
| **Type** | string |
59625955
| **Values** | `preview`<br>`generally-available`<br>`deprecating`<br>`deprecated` |
59635956

@@ -5975,8 +5968,7 @@ The verbosity level of an event.
59755968

59765969
| Name | Type | Description | Required | Default |
59775970
|------|------|-------------|----------|---------|
5978-
| logprob | number | The log probability of this token, if it is within the top 20 most likely tokens.
5979-
Otherwise, the value `-9999.0` is used to signify that the token is very unlikely. | No | |
5971+
| logprob | number | The log probability of this token, if it is within the top 20 most likely tokens. Otherwise, the value `-9999.0` is used to signify that the token is very unlikely. | No | |
59805972
| token | string | The token. | No | |
59815973

59825974
### Metadata
@@ -6084,8 +6076,7 @@ Serverless compute.
60846076
`system_fingerprint` response parameter to monitor changes in the backend. | No | |
60856077
| service_tier | string | Specifies the latency tier to use for processing the request. | No | |
60866078
| system_fingerprint | string | This fingerprint represents the backend configuration that the model runs with. Can be used in conjunction with the `seed` request parameter to understand when backend changes have been made that might impact determinism. | No | |
6087-
| temperature | number | What sampling temperature to use, between 0 and 2. Higher values
6088-
like 0.8 will make the output more random, while lower values like 0.2 will make it more focused and deterministic. We generally recommend altering this or `top_p` but not both. | No | |
6079+
| temperature | number | What sampling temperature to use, between 0 and 2. Higher values like 0.8 will make the output more random, while lower values like 0.2 will make it more focused and deterministic. We generally recommend altering this or `top_p` but not both. | No | |
60896080
| tool_choice | string | Controls which (if any) tool is called by the model. | No | |
60906081
| tools | array | A list of tools the model may call. Currently, only functions are supported as a tool. Use this to provide a list of functions the model may generate JSON inputs for. A max of 128 functions are supported. | No | |
60916082
| top_p | number | An alternative to sampling with temperature, called nucleus sampling, where the model considers the results of the tokens with top_p probability mass. So 0.1 means only the tokens comprising the top 10% probability mass are considered. We generally recommend altering this or `temperature` but not both. | No | |

0 commit comments

Comments
 (0)