mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Reduced the number of rows in the textarea for Service Account JSON input in index.html
This commit is contained in:
@@ -3281,7 +3281,7 @@
|
||||
<!-- Service Account JSON Content -->
|
||||
<div class="flex-container flexFlowColumn">
|
||||
<label for="vertexai_service_account_json" data-i18n="Service Account JSON Content">Service Account JSON Content:</label>
|
||||
<textarea id="vertexai_service_account_json" class="text_pole textarea_compact" rows="8" placeholder='Paste your Service Account JSON content here, e.g.:
|
||||
<textarea id="vertexai_service_account_json" class="text_pole textarea_compact" rows="4" placeholder='Paste your Service Account JSON content here, e.g.:
|
||||
{
|
||||
"type": "service_account",
|
||||
"project_id": "your-project-id",
|
||||
|
Reference in New Issue
Block a user