We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72918a5 commit a5ba121Copy full SHA for a5ba121
1 file changed
kp_common
@@ -93,6 +93,10 @@ if [ -n "${SEMCODE_DB}" ] && [ -d "${SEMCODE_DB}" ]; then
93
DOCKER_ARGS+=(-e SEMCODE_DB="${SEMCODE_DB}")
94
fi
95
96
+if [ -n "${AI_LOG_ALWAYS}" ]; then
97
+ DOCKER_ARGS+=(-e AI_LOG_ALWAYS="${AI_LOG_ALWAYS}")
98
+fi
99
+
100
# Pass OpenAPI key if defined to the container environment for PatchWise
101
if [ -n "${OPENAI_API_KEY}" ]; then
102
DOCKER_ARGS+=(-e OPENAI_API_KEY="${OPENAI_API_KEY}")
0 commit comments