From c55ef33fcee104401053098f463d4adf1dddd8d5 Mon Sep 17 00:00:00 2001 From: RahSwe <163884933+RahSwe@users.noreply.github.com> Date: Fri, 2 Aug 2024 19:24:31 +0200 Subject: [PATCH] Gemini Pro 1.5, API support for 2M context and new experimental model (#2031) --- .../src/components/LLMSelection/GeminiLLMOptions/index.jsx | 1 + frontend/src/hooks/useGetProvidersModels.js | 1 + server/utils/AiProviders/gemini/index.js | 5 ++++- server/utils/helpers/updateENV.js | 1 + 4 files changed, 7 insertions(+), 1 deletion(-) diff --git a/frontend/src/components/LLMSelection/GeminiLLMOptions/index.jsx b/frontend/src/components/LLMSelection/GeminiLLMOptions/index.jsx index 5a2affb4..e7a873b9 100644 --- a/frontend/src/components/LLMSelection/GeminiLLMOptions/index.jsx +++ b/frontend/src/components/LLMSelection/GeminiLLMOptions/index.jsx @@ -35,6 +35,7 @@ export default function GeminiLLMOptions({ settings }) { "gemini-1.0-pro", "gemini-1.5-pro-latest", "gemini-1.5-flash-latest", + "gemini-1.5-pro-exp-0801", ].map((model) => { return (