diff --git a/core/src/main/resources/application-dev.properties b/core/src/main/resources/application-dev.properties index 71de99efe..0665d7452 100644 --- a/core/src/main/resources/application-dev.properties +++ b/core/src/main/resources/application-dev.properties @@ -67,4 +67,4 @@ cron.sendContentToSubscribers=${CRON_SEND_CONTENT_TO_SUBSCRIBERS:0 0 20 * * SAT} # OpenAI openai.api.key=${OPEN_AI_API_KEY:sk-proj-nCJktK9QTYEogyNa6mGghwftDa4E6kA} -openai.api.url=https://api.openai.com/v1/chat/completions \ No newline at end of file +openai.api.url=https://api.openai.com/v1/chat/completions \ No newline at end of file diff --git a/core/src/main/resources/application-docker.properties b/core/src/main/resources/application-docker.properties index ca93affd1..5528b5285 100644 --- a/core/src/main/resources/application-docker.properties +++ b/core/src/main/resources/application-docker.properties @@ -65,4 +65,4 @@ cron.sendContentToSubscribers=${CRON_SEND_CONTENT_TO_SUBSCRIBERS:0 0 20 * * SAT} # OpenAI openai.api.key=${OPEN_AI_API_KEY:sk-proj-nCJktK9QTYEogyNa6mGghwftDa4E6kA} -openai.api.url=https://api.openai.com/v1/chat/completions \ No newline at end of file +openai.api.url=https://api.openai.com/v1/chat/completions \ No newline at end of file diff --git a/core/src/main/resources/application-test.properties b/core/src/main/resources/application-test.properties index ef2a6f6e2..838985cdc 100644 --- a/core/src/main/resources/application-test.properties +++ b/core/src/main/resources/application-test.properties @@ -33,4 +33,4 @@ cron.sendContentToSubscribers=${CRON_SEND_CONTENT_TO_SUBSCRIBERS:0 0 20 * * SAT} # OpenAI openai.api.key=${OPEN_AI_API_KEY:sk-proj-nCJktK9QTYEogyNa6mGghwftDa4E6kA} -openai.api.url=https://api.openai.com/v1/chat/completions \ No newline at end of file +openai.api.url=https://api.openai.com/v1/chat/completions \ No newline at end of file