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 json\n",
|
||||
"\n",
|
||||
"import httpx\n",
|
||||
"import requests\n",
|
||||
"from IPython.display import Image"
|
||||
]
|
||||
@@ -450,9 +449,7 @@
|
||||
"id": "3d627efff784"
|
||||
},
|
||||
"source": [
|
||||
"#### Encode And Preview Image\n",
|
||||
"\n",
|
||||
"We fetch sample images from Wikipedia using the httpx library, but you can use whatever image sources work for you."
|
||||
"#### Encode And Preview Image",
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -622,8 +619,7 @@
|
||||
},
|
||||
"outputs": [],
|
||||
"source": [
|
||||
"! pip3 install -U -q 'anthropic[vertex]'\n",
|
||||
"! pip3 install -U -q httpx"
|
||||
"! pip3 install -U -q 'anthropic[vertex]'"
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -865,7 +861,6 @@
|
||||
"source": [
|
||||
"import base64\n",
|
||||
"\n",
|
||||
"import httpx\n",
|
||||
"import requests\n",
|
||||
"from IPython.display import Image"
|
||||
]
|
||||
@@ -966,9 +961,7 @@
|
||||
"id": "2fe57432a56d"
|
||||
},
|
||||
"source": [
|
||||
"#### Encode And Preview Image\n",
|
||||
"\n",
|
||||
"We fetch sample images from Wikipedia using the httpx library, but you can use whatever image sources work for you."
|
||||
"#### Encode And Preview Image"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user