Skip to content

Commit

Permalink
openai library fix
Browse files Browse the repository at this point in the history
include openai library to address issue openai/openai-python#1902
  • Loading branch information
snarvaez committed Dec 9, 2024
1 parent e5c5ade commit 56eb101
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
}
],
"source": [
"!pip install -qU pymongo llama-index llama-index-llms-openai llama-index-vector-stores-mongodb datasets"
"!pip install -qU pymongo llama-index llama-index-llms-openai llama-index-vector-stores-mongodb datasets openai"
]
},
{
Expand Down

0 comments on commit 56eb101

Please sign in to comment.