Add vertex AI configuration fields to sensitiveFields in openai.js - Included 'vertexai_project_id', 'vertexai_region', and 'vertexai_service_account_json' to the sensitiveFields array for enhanced configuration management.
| @@ -235,6 +235,9 @@ const sensitiveFields = [ | |||
| 235 | 'custom_include_body', | 235 | 'custom_include_body', |
| 236 | 'custom_exclude_body', | 236 | 'custom_exclude_body', |
| 237 | 'custom_include_headers', | 237 | 'custom_include_headers', |
| 238 | 'vertexai_project_id', | ||
| 239 | 'vertexai_region', | ||
| 240 | 'vertexai_service_account_json', | ||
| 238 | ]; | 241 | ]; |
| 239 | 242 | ||
| 240 | /** | 243 | /** |