Log in
Log into community
Find answers from the community
Most posts
Powered by
Hall
Home
Members
rmntlns
r
rmntlns
Offline
, last seen 6 months ago
Joined September 25, 2024
Contributions
Comments
Replies
r
rmntlns
2 years ago
·
Openai key
Is anyone else getting the "Did not find openai_api_key" error in Colab when running:
documents = SimpleDirectoryReader('data').load_data()
index = GPTSimpleVectorIndex.from_documents(documents)
3 comments
L
r