Log in
Log into community
Find answers from the community
View all posts
Related posts
Did this answer your question?
๐
๐
๐
Powered by
Hall
Inactive
Updated 2 years ago
0
Follow
RetryError
RetryError
Inactive
0
Follow
B
Bobzheng
2 years ago
ยท
How to fix it?
L
B
17 comments
Share
Open in Discord
L
Logan M
2 years ago
Langchain has been weird in notebooks lately
Try setting the key directly
Plain Text
Copy
import openai openai.api_key = "sk-..."
B
Bobzheng
2 years ago
problem still exists๐
L
Logan M
2 years ago
Might also have to set it in the env, in addition to that
Plain Text
Copy
import os os.environ["OPENAI_API_KEY"] = "sk..."
B
Bobzheng
2 years ago
Tried everything, still doesn't work
B
Bobzheng
2 years ago
Attachment
B
Bobzheng
2 years ago
ok last night
B
Bobzheng
2 years ago
but not now
L
Logan M
2 years ago
Oooh it says rate limit error ๐
L
Logan M
2 years ago
Slightly different issue, I thought it was a key issue
L
Logan M
2 years ago
I've noticed this issue a bit today. Not sure if openai is having issues with their embedding endpoint or what.
Do you have payment info on your openai account? Without it the rate limits can be very low
B
Bobzheng
2 years ago
Yes, my OpenAI limit is up, it's fixed now
B
Bobzheng
2 years ago
thanks
B
Bobzheng
2 years ago
How to fix it?
B
Bobzheng
2 years ago
Attachment
L
Logan M
2 years ago
How did you setup your vector store/storage context?
B
Bobzheng
2 years ago
Attachment
B
Bobzheng
2 years ago
Attachment
Add a reply
Sign up and join the conversation on Discord
Join on Discord