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.

9f698dd6e33622b925d11ca0577a793ec93f7f04

InterestingDarkness <computeridiot999@gmail.com>

1 files changed, +4 -1Showing whitespace changes
public/index.html+4 -1
@@ -3275,7 +3275,10 @@
3275 <!-- Region -->3275 <!-- Region -->
3276 <div class="flex-container">3276 <div class="flex-container">
3277 <label for="vertexai_region" data-i18n="Region">Region:</label>3277 <label for="vertexai_region" data-i18n="Region">Region:</label>
3278 <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">3278 <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">
3279 <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">
3280 <span class="fa-solid fa-circle-question note-link-span"></span>
3281 </a>
3279 </div>3282 </div>
32803283
3281 <!-- Service Account JSON Content -->3284 <!-- Service Account JSON Content -->