mirror of
https://github.com/james-m-jordan/openai-cookbook.git
synced 2025-05-09 19:32:38 +00:00
fix: remove unused package import
1. datetime is unused
This commit is contained in:
parent
afbf055b08
commit
8193d295b4
@ -660,7 +660,6 @@
|
|||||||
],
|
],
|
||||||
"source": [
|
"source": [
|
||||||
"from tqdm.auto import tqdm\n",
|
"from tqdm.auto import tqdm\n",
|
||||||
"import datetime\n",
|
|
||||||
"from time import sleep\n",
|
"from time import sleep\n",
|
||||||
"\n",
|
"\n",
|
||||||
"batch_size = 100 # how many embeddings we create and insert at once\n",
|
"batch_size = 100 # how many embeddings we create and insert at once\n",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user