Skip to content

Commit 30087d8

Browse files
committed
use gpt-5
1 parent 998abbf commit 30087d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deployment/openai/src/main/resources/application.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ spring:
88
chat:
99
enabled: true
1010
options:
11-
model: gpt-4o
11+
model: gpt-5-mini
1212
temperature: 0.0
1313
embedding:
1414
enabled: true

0 commit comments

Comments
 (0)