Updated the placeholder text for the region input field in index.html to include 'global' as an option.

- Added a help link to provide users with information on available regions and models, improving user guidance.
This commit is contained in:
InterestingDarkness
2025-05-28 21:32:39 +08:00
parent 55af19e70b
commit 9f698dd6e3

View File

@@ -3275,7 +3275,10 @@
<!-- Region -->
<div class="flex-container">
<label for="vertexai_region" data-i18n="Region">Region:</label>
<input id="vertexai_region" name="vertexai_region" class="text_pole flex1" value="us-central1" type="text" autocomplete="off" placeholder="e.g., us-central1, europe-west1, asia-northeast1">
<input id="vertexai_region" name="vertexai_region" class="text_pole flex1" value="us-central1" type="text" autocomplete="off" placeholder="e.g., global, us-central1, europe-west1, asia-northeast1">
<a href="https://cloud.google.com/vertex-ai/generative-ai/docs/learn/locations" target="_blank" rel="noopener noreferrer" title="View available regions and models" data-i18n="[title]View available regions and models" class="notes-link">
<span class="fa-solid fa-circle-question note-link-span"></span>
</a>
</div>
<!-- Service Account JSON Content -->