We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d12eb9c commit a2e9b9fCopy full SHA for a2e9b9f
.github/workflows/ci.yml
@@ -37,6 +37,9 @@ jobs:
37
- name: Create .env file with GitHub Secrets
38
run: |
39
echo "FRONTEND_URL=${{ secrets.FRONTEND_URL }}" >> backend/app/.env
40
+
41
+ # LLM Provider
42
+ echo "PROVIDER=${{ secrets.PROVIDER }}" >> backend/app/.env
43
44
# Azure OpenAI Configuration
45
echo "AZURE_API_VERSION=${{ secrets.AZURE_API_VERSION }}" >> backend/app/.env
0 commit comments