Skip to content

Commit

Permalink
🩹(summary) fix configuration in staging
Browse files Browse the repository at this point in the history
@rouja forgot to add the right environment variable for the celery
workers. Fixed it.
  • Loading branch information
lebaudantoine committed Dec 9, 2024
1 parent fc61f58 commit e4f30f9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/helm/env.d/staging/values.meet.yaml.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,9 @@ celery:
secretKeyRef:
name: summary
key: OPENAI_API_KEY
OPENAI_BASE_URL: https://albertine.beta.numerique.gouv.fr/v1
OPENAI_ASR_MODEL: openai/whisper-large-v3
OPENAI_LLM_MODEL: meta-llama/Llama-3.1-8B-Instruct
WEBHOOK_API_TOKEN:
secretKeyRef:
name: summary
Expand Down

0 comments on commit e4f30f9

Please sign in to comment.