From bde3056e84e2a2b3d0de0dda9b8e391d322be40d Mon Sep 17 00:00:00 2001 From: Nathan Sobo Date: Tue, 28 May 2024 14:20:25 -0600 Subject: [PATCH] Increase rate limit on LLM requests to 1000/hr (via env var) (#12396) Release Notes: - N/A Co-authored-by: Marshall --- crates/collab/k8s/collab.template.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/crates/collab/k8s/collab.template.yml b/crates/collab/k8s/collab.template.yml index 271b146b0b..2a989afb40 100644 --- a/crates/collab/k8s/collab.template.yml +++ b/crates/collab/k8s/collab.template.yml @@ -172,6 +172,8 @@ spec: secretKeyRef: name: slack key: panics_webhook + - name: COMPLETE_WITH_LANGUAGE_MODEL_RATE_LIMIT_PER_HOUR + value: "1000" - name: SUPERMAVEN_ADMIN_API_KEY valueFrom: secretKeyRef: