Skip to content

Commit bc46b33

Browse files
Update .dockerignore to include .env file and modify AZURE_OPENAI_API_KEY in .env
1 parent ae48312 commit bc46b33

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.dockerignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,5 @@ __pycache__/
1414
Thumbs.db
1515

1616
# Docker-related files
17-
*.log
17+
*.log
18+
.env

.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ GPT_API_VERSION="2024-08-01-preview"
44
EMBEDDING_MODEL="text-embedding-3-small"
55
EMBEDDING_API_VERSION="2023-05-15"
66
ENDPOINT="https://ai4se-openai.openai.azure.com/"
7-
AZURE_OPENAI_API_KEY="${{ secrets.AZURE_OPENAI_API_KEY }}"
7+
AZURE_OPENAI_API_KEY="your-azure-openai-api-key"

0 commit comments

Comments
 (0)