Fix auto-templates (#17)

This commit is contained in:
cybermaggedon 2024-08-22 00:19:55 +01:00 committed by GitHub
parent c4bfd9fc8c
commit d3cdb97528
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
28 changed files with 150 additions and 82 deletions

View file

@ -229,12 +229,12 @@
- "text-completion-openai"
- "-p"
- "pulsar://pulsar:6650"
# - "-x"
# - "4096"
# - "-t"
# - "0.0"
- "-k"
- "${OPENAI_KEY}"
- "-x"
- "4096"
- "-t"
- "0.0"
"image": "docker.io/trustgraph/trustgraph-flow:0.6.9"
"restart": "on-failure:100"
"text-completion-rag":
@ -242,12 +242,12 @@
- "text-completion-openai"
- "-p"
- "pulsar://pulsar:6650"
# - "-x"
# - "4096"
# - "-t"
# - "0.0"
- "-k"
- "${OPENAI_KEY}"
- "-x"
- "4096"
- "-t"
- "0.0"
- "-i"
- "non-persistent://tg/request/text-completion-rag"
- "-o"