diff --git a/cookbook/openai_vision_multimodal.ipynb b/cookbook/openai_vision_multimodal.ipynb index b921bcf64382..5b3170612657 100644 --- a/cookbook/openai_vision_multimodal.ipynb +++ b/cookbook/openai_vision_multimodal.ipynb @@ -6,7 +6,7 @@ "source": [ "# Multimodal Messages with OpenAI Vision\n", "\n", - "**Note:** This feature is currently in preview and only available on `rc` branches. The message schema may change in future releases.\n", + "**Note:** This feature is currently in preview and only available on `rc` branches, starting with `0.0.182-rc.0`. The message schema may change in future releases.\n", "\n", "OpenAI supports interleaving images with text in input messages with their `gpt-4-vision-preview`. Here's an example of how this looks:" ]