diff --git a/templates/components/cohere.jsonnet b/templates/components/cohere.jsonnet index 6c99086a..f05cb635 100644 --- a/templates/components/cohere.jsonnet +++ b/templates/components/cohere.jsonnet @@ -26,7 +26,7 @@ local prompts = import "prompts/mixtral.jsonnet"; "-k", $["cohere-key"], "-t", - $["cohere-temperature"], + std.toString($["cohere-temperature"]), ]) .with_limits("0.5", "128M") .with_reservations("0.1", "128M"); @@ -60,7 +60,7 @@ local prompts = import "prompts/mixtral.jsonnet"; "-k", $["cohere-key"], "-t", - $["cohere-temperature"], + std.toString($["cohere-temperature"]), "-i", "non-persistent://tg/request/text-completion-rag", "-o", 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