Skip to content

Commit 8edf601

Browse files
Merge pull request #276729 from jamesmcroft/patch-1
Update GPT with Vision to include image count limitation
2 parents 5ea5f26 + 9de9dc1 commit 8edf601

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

articles/ai-services/openai/how-to/gpt-with-vision.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,9 @@ The following is a sample request body. The format is the same as the chat compl
4747
> [!IMPORTANT]
4848
> Remember to set a `"max_tokens"` value, or the return output will be cut off.
4949
50+
> [!IMPORTANT]
51+
> When uploading images, there is a limit of 10 images per chat request.
52+
5053
```json
5154
{
5255
"messages": [

0 commit comments

Comments
 (0)