You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The `ADVANCED_IMAGE_PROCESSING_MAX_IMAGES` environment variable can be used to control the maximum number of images passed to GPT-4 vision in a single request (default is `1`).
42
+
Increasing the number of images consumes more tokens and may result in throttled requests.
43
+
44
+
```bash
45
+
azd env set ADVANCED_IMAGE_PROCESSING_MAX_IMAGES 2
46
+
```
47
+
41
48
Advanced image processing is only used in the `custom` conversation flow and not the `byod` flow, as Azure OpenAI On Your Data only supports Ada embeddings. It is currently not possible to use advanced image processing when integrated vectorization is enabled.
0 commit comments