Skip to content

Commit dde9dbb

Browse files
committed
acrolinx fix
1 parent 3d956ba commit dde9dbb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/ai-services/openai/how-to/embeddings.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,9 +126,9 @@ return $response.data.embedding
126126

127127
### Verify inputs don't exceed the maximum length
128128

129-
- The maximum length of input text for our latest embedding models is 8192 tokens. You should verify that your inputs don't exceed this limit before making a request.
129+
- The maximum length of input text for our latest embedding models is 8,192 tokens. You should verify that your inputs don't exceed this limit before making a request.
130130
- If sending an array of inputs in a single embedding request the max array size is 2048.
131-
- The sum of the token count of the entire array of inputs sent in a single API call are subject to the max token limit of 8192. For example, you cannot send an array of 2048 inputs with each input having five tokens or more. The total token count of this API request would be 10,240 total tokens, 2048 tokens over the 8192 per API call token limit.
131+
- The sum of the token count of the entire array of inputs sent in a single API call are subject to the max token limit of 8192. For example, you cannot send an array of 2,048 inputs with each input having five tokens or more. The total token count of this API request would be 10,240 total tokens, 2,048 tokens over the 8192 per API call token limit.
132132

133133

134134
## Limitations & risks

0 commit comments

Comments
 (0)