mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-07-06 11:52:10 +02:00
Possibe auth config
This commit is contained in:
parent
198835715d
commit
935cbcb3d1
4 changed files with 29 additions and 5 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue