Skip to content

Commit 329c091

Browse files
committed
Update application.yaml
1 parent 83e524d commit 329c091

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/main/resources/application.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ spring:
77
ai:
88
openai:
99
api-key: ${OPENAI_API_KEY:}
10+
chat:
11+
options:
12+
model: gpt-4o-mini
13+
temperature: 0.0
1014
datasource:
1115
url: jdbc:postgresql://localhost:5432/postgres
1216
username: postgres

0 commit comments

Comments
 (0)