Possibe auth config

This commit is contained in:
JackColquitt 2024-08-06 13:51:18 -07:00
parent 198835715d
commit 935cbcb3d1
4 changed files with 29 additions and 5 deletions

View file

@ -209,8 +209,10 @@ services:
- "text-completion-bedrock"
- "-p"
- "pulsar://pulsar:6650"
# - "-m"
# - "mistral.mistral-large-2407-v1:0"
- "-z"
- "{AWS_ID_KEY}"
- "-k"
- "{AWS_SECRET_KEY}"
restart: on-failure:100
text-completion-rag:
@ -221,6 +223,10 @@ services:
- "pulsar://pulsar:6650"
# - "-m"
# - "mistral.mistral-large-2407-v1:0"
- "-z"
- "{AWS_ID_KEY}"
- "-k"
- "{AWS_SECRET_KEY}"
- "-i"
- "non-persistent://tg/request/text-completion-rag"
- "-o"