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
I am trying to deploy to Azure App Serivices. I have ARM templates that work fine. The one issue I am having is that i need to set API keys as if they are stored as environment variables.
For OpenAI - os.environ["OPENAI_API_KEY"] = st.secrets.openai_key
from utils.py makes sense
but am not seeing anything that straightforward for metaphor
Am I missing something?
The text was updated successfully, but these errors were encountered:
I am trying to deploy to Azure App Serivices. I have ARM templates that work fine. The one issue I am having is that i need to set API keys as if they are stored as environment variables.
For OpenAI -
os.environ["OPENAI_API_KEY"] = st.secrets.openai_key
from utils.py makes sense
but am not seeing anything that straightforward for metaphor
Am I missing something?
The text was updated successfully, but these errors were encountered: