From 6f864d40ea8a0d0516ead6ba5eb141955e76ba1e Mon Sep 17 00:00:00 2001 From: bsorrentino Date: Wed, 3 Jul 2024 19:53:07 +0200 Subject: [PATCH] docs: update readme --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 967b6ab..9f832e3 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ _Promotional Text_ 🤞 > **You MUST HAVE a valid [OpenAI] API KEY (i.e. Paid Account)** to use this feature. Such secrets will be stored in device's keychain * Drawing * Draw Diagram using either Pencil or Fingers. - * Processing hand drawn diagram through [OpenAI Vision API] (_gpt-4-vision-preview_) to automatically genearte plantUML script. + * Processing hand drawn diagram through [OpenAI Vision API] (_gpt-4o_) to automatically genearte plantUML script. * PlantUML script will include alse a legend with detailed description of drawing. * Prompt * Prompt your diagram request in natural language @@ -36,6 +36,9 @@ _Promotional Text_ 🤞 **Take a Note:** +* **Release 3.1** + > From release `3.1` the deprecated model `gpt-4-vision-preview` has been replaced by `gpt-4o`. + * **Release 3.0** > From release `3.0` it is possible also hand drawn diagram using either Pencil or Fingers.