mirror of
https://github.com/GoogleCloudPlatform/vertex-ai-samples.git
synced 2026-09-26 14:42:04 +00:00
Remove unused httpx imports and related comments
This commit is contained in:
@@ -361,7 +361,6 @@
|
|||||||
"import base64\n",
|
"import base64\n",
|
||||||
"import json\n",
|
"import json\n",
|
||||||
"\n",
|
"\n",
|
||||||
"import httpx\n",
|
|
||||||
"import requests\n",
|
"import requests\n",
|
||||||
"from IPython.display import Image"
|
"from IPython.display import Image"
|
||||||
]
|
]
|
||||||
@@ -450,9 +449,7 @@
|
|||||||
"id": "3d627efff784"
|
"id": "3d627efff784"
|
||||||
},
|
},
|
||||||
"source": [
|
"source": [
|
||||||
"#### Encode And Preview Image\n",
|
"#### Encode And Preview Image",
|
||||||
"\n",
|
|
||||||
"We fetch sample images from Wikipedia using the httpx library, but you can use whatever image sources work for you."
|
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -622,8 +619,7 @@
|
|||||||
},
|
},
|
||||||
"outputs": [],
|
"outputs": [],
|
||||||
"source": [
|
"source": [
|
||||||
"! pip3 install -U -q 'anthropic[vertex]'\n",
|
"! pip3 install -U -q 'anthropic[vertex]'"
|
||||||
"! pip3 install -U -q httpx"
|
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -865,7 +861,6 @@
|
|||||||
"source": [
|
"source": [
|
||||||
"import base64\n",
|
"import base64\n",
|
||||||
"\n",
|
"\n",
|
||||||
"import httpx\n",
|
|
||||||
"import requests\n",
|
"import requests\n",
|
||||||
"from IPython.display import Image"
|
"from IPython.display import Image"
|
||||||
]
|
]
|
||||||
@@ -966,9 +961,7 @@
|
|||||||
"id": "2fe57432a56d"
|
"id": "2fe57432a56d"
|
||||||
},
|
},
|
||||||
"source": [
|
"source": [
|
||||||
"#### Encode And Preview Image\n",
|
"#### Encode And Preview Image"
|
||||||
"\n",
|
|
||||||
"We fetch sample images from Wikipedia using the httpx library, but you can use whatever image sources work for you."
|
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user