From 0cdeea0a3d80dd8cfcce70e9f30c985f7b82e5f7 Mon Sep 17 00:00:00 2001 From: Robert Haase Date: Tue, 3 Sep 2024 21:11:07 +0200 Subject: [PATCH] reran notebook --- demo/vision.ipynb | 22 +++++++++++++++------- 1 file changed, 15 insertions(+), 7 deletions(-) diff --git a/demo/vision.ipynb b/demo/vision.ipynb index d53a161..6c8bd0f 100644 --- a/demo/vision.ipynb +++ b/demo/vision.ipynb @@ -31,7 +31,7 @@ "\n", "
\n", " This notebook may contain text, code and images generated by artificial intelligence.\n", - " Used model: gpt-4o, vision model: gpt-4o, endpoint: None, bia-bob version: 0.21.2.. Do not enter sensitive or private information and verify generated contents according to good scientific practice. Read more: https://github.com/haesleinhuepf/bia-bob#disclaimer\n", + " Used model: gpt-4o, vision model: gpt-4o, endpoint: None, bia-bob version: 0.22.0.. Do not enter sensitive or private information and verify generated contents according to good scientific practice. Read more: https://github.com/haesleinhuepf/bia-bob#disclaimer\n", "
\n", " " ], @@ -79,7 +79,7 @@ { "data": { "text/plain": [ - "" + "" ] }, "execution_count": 4, @@ -114,7 +114,7 @@ { "data": { "text/markdown": [ - "A cat sitting on a table next to a microscope." + "A cat is sitting next to a microscope on a wooden surface." ], "text/plain": [ "" @@ -146,7 +146,7 @@ { "data": { "text/markdown": [ - "A cat sitting on a table next to a microscope." + "A cat is sitting next to a microscope on a wooden surface." ], "text/plain": [ "" @@ -173,13 +173,13 @@ "[{'role': 'user',\n", " 'content': \"image\\nwhat's in this image? Answer in one short sentence.\\n\"},\n", " {'role': 'assistant',\n", - " 'content': 'A cat sitting on a table next to a microscope.'},\n", + " 'content': 'A cat is sitting next to a microscope on a wooden surface.'},\n", " {'role': 'user',\n", - " 'content': \"Assume there is an image stored in variable `image`. The image can be described like this: A cat sitting on a table next to a microscope.. Just confirm this with 'ok'.\"},\n", + " 'content': \"Assume there is an image stored in variable `image`. The image can be described like this: A cat is sitting next to a microscope on a wooden surface.. Just confirm this with 'ok'.\"},\n", " {'role': 'assistant', 'content': 'ok'},\n", " {'role': 'user', 'content': \"What's again shown in the image?\\n\"},\n", " {'role': 'assistant',\n", - " 'content': 'A cat sitting on a table next to a microscope.'}]" + " 'content': 'A cat is sitting next to a microscope on a wooden surface.'}]" ] }, "execution_count": 7, @@ -199,6 +199,14 @@ "metadata": {}, "outputs": [], "source": [] + }, + { + "cell_type": "code", + "execution_count": null, + "id": "45bdd9bb-17ca-40b6-b9d9-19c86cac7340", + "metadata": {}, + "outputs": [], + "source": [] } ], "metadata": {