From fd3d5047ee46eaa0f8d32cbbcd8d34d84259958d Mon Sep 17 00:00:00 2001 From: Cyber MacGeddon Date: Sun, 29 Sep 2024 19:36:37 +0100 Subject: [PATCH] Fix YAMLs for Cohere --- tg-launch-cohere-cassandra.yaml | 4 ++-- tg-launch-cohere-neo4j.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/tg-launch-cohere-cassandra.yaml b/tg-launch-cohere-cassandra.yaml index 624c5ae5..88e360b4 100644 --- a/tg-launch-cohere-cassandra.yaml +++ b/tg-launch-cohere-cassandra.yaml @@ -692,7 +692,7 @@ services: - -k - ${COHERE_KEY} - -t - - 0 + - '0' deploy: resources: limits: @@ -711,7 +711,7 @@ services: - -k - ${COHERE_KEY} - -t - - 0 + - '0' - -i - non-persistent://tg/request/text-completion-rag - -o diff --git a/tg-launch-cohere-neo4j.yaml b/tg-launch-cohere-neo4j.yaml index 0912c0d5..d7caa9bf 100644 --- a/tg-launch-cohere-neo4j.yaml +++ b/tg-launch-cohere-neo4j.yaml @@ -693,7 +693,7 @@ services: - -k - ${COHERE_KEY} - -t - - 0 + - '0' deploy: resources: limits: @@ -712,7 +712,7 @@ services: - -k - ${COHERE_KEY} - -t - - 0 + - '0' - -i - non-persistent://tg/request/text-completion-rag - -o