Skip to content

Commit

Permalink
fixup increase throttle IA
Browse files Browse the repository at this point in the history
  • Loading branch information
AntoLC committed Oct 17, 2024
1 parent 980605a commit ff845e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/helm/env.d/docs-ia/values.impress.yaml.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ backend:
secretKeyRef:
name: backend
key: AI_BASE_URL
AI_DOCUMENT_RATE_THROTTLE_RATES: "{'minute': 5000,'hour': 5000,'day': 5000}"
AI_DOCUMENT_RATE_THROTTLE_RATES: '{"minute": 5000, "hour": 5000, "day": 5000}'
AI_MODEL: meta-llama/Meta-Llama-3.1-70B-Instruct
AI_USER_RATE_THROTTLE_RATES: "{'minute': 5000,'hour': 5000,'day': 5000}"
AI_USER_RATE_THROTTLE_RATES: '{"minute": 5000, "hour": 5000, "day": 5000}'
DJANGO_CSRF_TRUSTED_ORIGINS: http://docs-ia.beta.numerique.gouv.fr,https://docs-ia.beta.numerique.gouv.fr
DJANGO_CONFIGURATION: Production
DJANGO_ALLOWED_HOSTS: "*"
Expand Down

0 comments on commit ff845e1

Please sign in to comment.