mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
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.
This commit is contained in:
@@ -235,6 +235,9 @@ const sensitiveFields = [
|
||||
'custom_include_body',
|
||||
'custom_exclude_body',
|
||||
'custom_include_headers',
|
||||
'vertexai_project_id',
|
||||
'vertexai_region',
|
||||
'vertexai_service_account_json',
|
||||
];
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user