Skip to content
This repository has been archived by the owner on Aug 28, 2024. It is now read-only.

Commit

Permalink
fixed yml
Browse files Browse the repository at this point in the history
  • Loading branch information
osoohynn committed Aug 26, 2024
1 parent 6d26b49 commit 7636bbe
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions crescendo-server/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ spring:
hibernate:
ddl-auto: update

ai:
openai:
api-key: ${CHATGPT_API_KEY}
chat:
options:
model: gpt-3.5-turbo
#ai:
# openai:
# api-key: ${CHATGPT_API_KEY}
# chat:
# options:
# model: gpt-3.5-turbo


redis:
Expand Down

0 comments on commit 7636bbe

Please sign in to comment.