disabled vertexAI for now (#4168)

f302916b57880ae97230e9af11983f034390efbe

powercaller <133809462+powercaller@users.noreply.github.com>

Signed
1 files changed, +1 -1Ignore whitespace
public/scripts/extensions/tts/google-native.js+1 -1
@@ -24,7 +24,7 @@ export class GoogleNativeTtsProvider {
24 <label for="google-tts-api-type">API Type:</label>24 <label for="google-tts-api-type">API Type:</label>
25 <select id="google-tts-api-type">25 <select id="google-tts-api-type">
26 <option value="makersuite">Google AI Studio (MakerSuite)</option>26 <option value="makersuite">Google AI Studio (MakerSuite)</option>
27 <option value="vertexai">Google Vertex AI</option>27 <option value="vertexai" disabled>Google Vertex AI (unsupported)</option>
28 </select>28 </select>
29 </div>29 </div>
30 <div>30 <div>