Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Metaphor Key - for cloud deploy - no .toml and no .env #51

Open
nickknyc opened this issue Dec 5, 2023 · 2 comments
Open

Metaphor Key - for cloud deploy - no .toml and no .env #51

nickknyc opened this issue Dec 5, 2023 · 2 comments

Comments

@nickknyc
Copy link

nickknyc commented Dec 5, 2023

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?

@nickknyc
Copy link
Author

nickknyc commented Dec 6, 2023

with some sage guidance from @logan-markewich -i have tbis figured out - will get pr together today

@nickknyc
Copy link
Author

nickknyc commented Dec 7, 2023

PR Submitted - #54

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant