You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 25, 2026. It is now read-only.
i tried running this streamlit app but I keep running into a validation error related to finding my openAI API key:
ValidationError: 1 validation error for OpenAIEmbeddings root Did not find openai_api_key, please add an environment variable OPENAI_API_KEY which contains it, or pass openai_api_key as a named parameter. (type=value_error)
i'm hoping this is just user error, and someone may be able to help me out? thank you
i tried running this streamlit app but I keep running into a validation error related to finding my openAI API key:
ValidationError: 1 validation error for OpenAIEmbeddings root Did not find openai_api_key, please add an environment variable
OPENAI_API_KEYwhich contains it, or passopenai_api_keyas a named parameter. (type=value_error)i'm hoping this is just user error, and someone may be able to help me out? thank you