Refactor swarm/apps.yml to add GROQ_API_KEY environment variable

This commit is contained in:
2024-06-02 11:52:31 +08:00
parent daba05d362
commit 7013e9b26b
+1
View File
@@ -3,6 +3,7 @@ x-environment: &app-environment
STREAMLIT_FIN_SERVER_PORT: "8501"
BAI_LOCATION: ""
STREAMLIT_BAI_SERVER_PORT: "8502"
GROQ_API_KEY: "${GROQ_API_KEY}"
volumes:
bai_cache: {}