Update: [index.html] Remove PaLM from GAI models The PaLM family (PaLM 2, PaLM 2 Chat) is no longer available on AI Studio. ``` Google AI Studio API returned error: 404 Not Found { "error": { "code": 404, "message": "Requested entity was not found.", "status": "NOT_FOUND" } ```

954ed6c2b2f560f685fad44c82fc2745ef0cbeb9

M0cho <77959408+M0ch0@users.noreply.github.com>

1 files changed, +0 -2Ignore whitespace
public/index.html+0 -2
@@ -3029,8 +3029,6 @@
30293029 <option value="gemini-pro">Gemini Pro (1.0) (Deprecated)</option>
30303030 <option value="gemini-ultra">Gemini Ultra (1.0)</option>
30313031 <option value="gemini-1.0-ultra-latest">Gemini 1.0 Ultra</option>
3032- <option value="text-bison-001">PaLM 2 (Legacy)</option>
3033- <option value="chat-bison-001">PaLM 2 Chat (Legacy)</option>
30343032 </optgroup>
30353033 <optgroup label="Subversions">
30363034 <option value="gemini-2.0-flash-exp">Gemini 2.0 Flash Experiment</option>