Changes
Build and Push Docker Images / build (push) Successful in 19s

This commit is contained in:
2026-05-04 16:45:30 +03:00
parent 2dce2ab0ff
commit fccac423d5
4 changed files with 42 additions and 8 deletions
+14
View File
@@ -75,5 +75,19 @@
"ToEmail": "",
"FromEmail": "",
"SubjectPrefix": "[File Download]"
},
"OpenAI": {
"ApiKey": "",
"ChatModel": "gpt-4o-mini",
"EmbeddingModel": "text-embedding-3-small",
"TimeoutSeconds": 60
},
"Rag": {
"MaxPdfSizeMb": 5,
"ChunkSize": 900,
"ChunkOverlap": 150,
"CvTtlMinutes": 60,
"MaxJobTextChars": 20000,
"TopK": 6
}
}
+2 -2
View File
@@ -107,7 +107,7 @@
"SubjectPrefix": "[File Download]"
},
"OpenAI": {
"ApiKey": "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",
"ApiKey": "",
"ChatModel": "gpt-4o-mini",
"EmbeddingModel": "text-embedding-3-small",
"TimeoutSeconds": 60
@@ -120,4 +120,4 @@
"MaxJobTextChars": 20000,
"TopK": 6
}
}
}