Increase rate limit on LLM requests to 1000/hr (via env var) (#12396)

Release Notes:

- N/A

Co-authored-by: Marshall <marshall@zed.dev>
This commit is contained in:
Nathan Sobo 2024-05-28 14:20:25 -06:00 committed by GitHub
parent 6a48e3b8c6
commit bde3056e84
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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: