Skip to content

Commit be3c501

Browse files
committed
Updated README
1 parent d3abf37 commit be3c501

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ This mode enables image analysis using the `GPT-4 Vision` model. Functioning muc
228228
it also allows you to upload images or provide URLs to images. The vision feature can analyze both local
229229
images and those found online.
230230

231-
Vision mode also includes real-time video capture from camera. To enable capture check the option "Camera" on the right-bottom corner. It will enable real-capture from your camera. To capture image from camera and append it to chat just click on video at left side. You can also enable "Auto capture" mode - image will be captured and appended to chat message every time you send message.
231+
**From version 2.0.14** - Vision mode also includes real-time video capture from camera. To enable capture check the option "Camera" on the right-bottom corner. It will enable real-time capturing from your camera. To capture image from camera and append it to chat just click on video at left side. You can also enable "Auto capture" mode - image will be captured and appended to chat message every time you send message.
232232

233233
![v2_capture_enable](https://github.com/szczyglis-dev/py-gpt/assets/61396542/f2a29c21-caa7-4a77-a36e-951824415736)
234234

@@ -239,13 +239,14 @@ Vision mode also includes real-time video capture from camera. To enable capture
239239

240240
![v2_capture_result](https://github.com/szczyglis-dev/py-gpt/assets/61396542/fff7e72d-3427-4dc2-b204-750d792d1782)
241241

242-
**2) you can also provide an image URL:**
242+
**2) ...you can also provide an image URL:**
243243

244244
![v2_mode_vision](https://github.com/szczyglis-dev/py-gpt/assets/61396542/1e618d68-6c60-4826-82c5-87149523e989)
245245

246-
**3) you can also upload your local images:**
246+
**3) ...or you can just upload your local images:**
247247

248248
![v2_mode_vision_upload](https://github.com/szczyglis-dev/py-gpt/assets/61396542/ee796ef5-706d-4dd8-bb02-dd28b7042a12)
249+
249250
## Langchain
250251

251252
This mode enables you to work with models that are supported by `Langchain`. The Langchain support is integrated

docs/source/modes.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ This mode enables image analysis using the ``GPT-4 Vision`` model. Functioning m
4848
it also allows you to upload images or provide URLs to images. The vision feature can analyze both local
4949
images and those found online.
5050

51-
Vision mode also includes real-time video capture from camera. To enable capture check the option "Camera" on the right-bottom corner. It will enable real-capture from your camera. To capture image from camera and append it to chat just click on video at left side. You can also enable "Auto capture" mode - image will be captured and appended to chat message every time you send message.
51+
**From version 2.0.14** - Vision mode also includes real-time video capture from camera. To enable capture check the option "Camera" on the right-bottom corner. It will enable real-time capturing from your camera. To capture image from camera and append it to chat just click on video at left side. You can also enable "Auto capture" mode - image will be captured and appended to chat message every time you send message.
5252

5353
.. image:: images/v2_capture_enable.png
5454
:width: 400
@@ -61,12 +61,12 @@ Vision mode also includes real-time video capture from camera. To enable capture
6161
.. image:: images/v2_capture_result.png
6262
:width: 800
6363

64-
**2) you can also provide an image URL:**
64+
**2) ...you can also provide an image URL:**
6565

6666
.. image:: images/v2_mode_vision.png
6767
:width: 800
6868

69-
**3) you can also upload your local images:**
69+
**3) ...or you can just upload your local images:**
7070

7171
.. image:: images/v2_mode_vision_upload.png
7272
:width: 800

0 commit comments

Comments
 (0)