Skip to content

Commit 02b2378

Browse files
committed
Fix models
1 parent 73435e4 commit 02b2378

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ spring:
99
chat:
1010
enabled: true
1111
options:
12-
model: "arn:aws:bedrock:eu-central-1:538639307912:application-inference-profile/chl6cthltjx5"
12+
model: "${AWS_BEDROCK_MODEL}"
1313
cohere:
1414
embedding:
1515
enabled: true
16-
model: "arn:aws:bedrock:eu-central-1:538639307912:application-inference-profile/e4nllpth9c18"
16+
model: "${AWS_BEDROCK_EMBEDDING_MODEL}"
1717
vectorstore:
1818
pgvector:
1919
dimensions: 1024

0 commit comments

Comments
 (0)