Find answers from the community

Updated 3 months ago

documentation is hard to read

documentation is hard to read
L
g
3 comments
Anything more constructive than that? πŸ˜† It was definitely worse before imo, we just refactored it not too long ago
i think as simple as setting up the API key for openai. I got stuck on it and couldn't find any in the documentation. Like this part of example:

os.environ["OPENAI_API_KEY"] = "sk-APIKEY"
openai.api_key = os.environ["OPENAI_API_KEY"]

I think this should at least be at the beginning at GETTING STARTED section since you need it to get started with the starter example.
the second line should only be if you are running in a notebook, but yea I agree, I can add that to the starter tutorial πŸ™‚

We do link to openai docs on the installation page, but it's never explicitly state that you need this
Add a reply
Sign up and join the conversation on Discord