Skip to content

Commit ed49341

Browse files
committed
Fix models
1 parent 02b2378 commit ed49341

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chat-server/src/main/resources/application-bedrock.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ spring:
99
chat:
1010
enabled: true
1111
options:
12-
model: "${AWS_BEDROCK_MODEL}"
12+
model: "${AWS_BEDROCK_CHAT_MODEL}"
1313
cohere:
1414
embedding:
1515
enabled: true

0 commit comments

Comments
 (0)