Skip to content

Commit

Permalink
Merge pull request #7904 from ita-social-projects/openAI
Browse files Browse the repository at this point in the history
Fixed properties
  • Loading branch information
softservedata authored Dec 10, 2024
2 parents c6cf724 + b748bbe commit 3806650
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion core/src/main/resources/application-prod.properties
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,8 @@ azure.container.name=${AZURE_CONTAINER_NAME}
pg.dump.path=pg_dump

# Cron
cron.sendContentToSubscribers=${CRON_SEND_CONTENT_TO_SUBSCRIBERS:0 0 20 * * SAT}
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

0 comments on commit 3806650

Please sign in to comment.