Skip to content

Commit

Permalink
reran notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
haesleinhuepf committed Sep 3, 2024
1 parent 5f1bd8f commit 0cdeea0
Showing 1 changed file with 15 additions and 7 deletions.
22 changes: 15 additions & 7 deletions demo/vision.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"\n",
" <div style=\"font-size:7pt\">\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: <a href=\"https://github.com/haesleinhuepf/bia-bob#disclaimer\">https://github.com/haesleinhuepf/bia-bob#disclaimer</a>\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: <a href=\"https://github.com/haesleinhuepf/bia-bob#disclaimer\">https://github.com/haesleinhuepf/bia-bob#disclaimer</a>\n",
" </div>\n",
" "
],
Expand Down Expand Up @@ -79,7 +79,7 @@
{
"data": {
"text/plain": [
"<matplotlib.image.AxesImage at 0x229e79ab450>"
"<matplotlib.image.AxesImage at 0x20f71d61e50>"
]
},
"execution_count": 4,
Expand Down Expand Up @@ -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": [
"<IPython.core.display.Markdown object>"
Expand Down Expand Up @@ -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": [
"<IPython.core.display.Markdown object>"
Expand All @@ -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,
Expand All @@ -199,6 +199,14 @@
"metadata": {},
"outputs": [],
"source": []
},
{
"cell_type": "code",
"execution_count": null,
"id": "45bdd9bb-17ca-40b6-b9d9-19c86cac7340",
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {
Expand Down

0 comments on commit 0cdeea0

Please sign in to comment.