Skip to content
Snippets Groups Projects
Commit a23f4aba authored by Darren Oh's avatar Darren Oh Committed by Christian López Espínola
Browse files

Issue #3515847 by darren oh, marcus_johansson: Add environment variables for AI keys

parent 7ef73519
No related branches found
No related tags found
1 merge request!533#3515847: Add environment variables for AI keys
Pipeline #491052 failed
......@@ -104,6 +104,7 @@ config:
key_value: ${openai_api_key}
key_name: openai_api_key
key_label: 'OpenAI API Key'
env_var: openai_api_key
provider: openai
simpleConfigUpdate:
moderation: true
......@@ -112,6 +113,7 @@ config:
key_value: ${anthropic_api_key}
key_name: anthropic_api_key
key_label: 'Anthropic API Key'
env_var: anthropic_api_key
provider: anthropic
simpleConfigUpdate:
openai_moderation: false
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment