Update vars to be capitalised to be in line with other variables in config file (#6085)
This commit is contained in:
committed by
GitHub
parent
04c3c9dbf1
commit
469f99f9c9
@@ -15,8 +15,8 @@ export const configLabels: Record<string, string> = {
|
||||
GOOSE_RECIPE_GITHUB_REPO: 'Recipe GitHub Repo',
|
||||
|
||||
// security settings
|
||||
security_prompt_enabled: 'Prompt Injection Detection Enabled',
|
||||
security_prompt_threshold: 'Prompt Injection Detection Threshold',
|
||||
SECURITY_PROMPT_ENABLED: 'Prompt Injection Detection Enabled',
|
||||
SECURITY_PROMPT_THRESHOLD: 'Prompt Injection Detection Threshold',
|
||||
|
||||
// openai
|
||||
OPENAI_API_KEY: 'OpenAI API Key',
|
||||
|
||||
Reference in New Issue
Block a user