From dd17d5aca8b9a996830cd1d53ad9c1d2bfdf4e27 Mon Sep 17 00:00:00 2001 From: kqlio67 Date: Tue, 15 Oct 2024 12:41:32 +0300 Subject: Updated(docs/client.md) --- docs/client.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/client.md b/docs/client.md index 4273d9d9..5e6b79ba 100644 --- a/docs/client.md +++ b/docs/client.md @@ -171,17 +171,17 @@ response = client.chat.completions.create( ) print(response.choices[0].message.content) ``` + ``` User: What are on this image? ``` -![Waterfall](/docs/waterfall.jpeg) +![Waterfall](/docs/waterfall.jpeg) ``` Bot: There is a waterfall in the middle of a jungle. There is a rainbow over... ``` ### Example: Using a Vision Model - The following code snippet demonstrates how to use a vision model to analyze an image and generate a description based on the content of the image. This example shows how to fetch an image, send it to the model, and then process the response. ```python -- cgit v1.2.3