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:
parent
6a48e3b8c6
commit
bde3056e84
1 changed files with 2 additions and 0 deletions
|
@ -172,6 +172,8 @@ spec:
|
||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
name: slack
|
name: slack
|
||||||
key: panics_webhook
|
key: panics_webhook
|
||||||
|
- name: COMPLETE_WITH_LANGUAGE_MODEL_RATE_LIMIT_PER_HOUR
|
||||||
|
value: "1000"
|
||||||
- name: SUPERMAVEN_ADMIN_API_KEY
|
- name: SUPERMAVEN_ADMIN_API_KEY
|
||||||
valueFrom:
|
valueFrom:
|
||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue