From d31abc9c4cff27923138714d74e1939192a08a95 Mon Sep 17 00:00:00 2001 From: Brutal Strike Date: Wed, 16 Oct 2024 18:05:22 +0300 Subject: [PATCH 1/2] fix: don't always show scrollbars (#548) --- app/components/chat/BaseChat.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/components/chat/BaseChat.tsx b/app/components/chat/BaseChat.tsx index b1a0c496d..b7421349e 100644 --- a/app/components/chat/BaseChat.tsx +++ b/app/components/chat/BaseChat.tsx @@ -116,7 +116,7 @@ export const BaseChat = React.forwardRef( data-chat-visible={showChat} > {() => } -
+
{!chatStarted && (
From c872f22f642d877ad78ba3985e1eaaf88c71d649 Mon Sep 17 00:00:00 2001 From: jonathan DS Date: Tue, 15 Oct 2024 18:47:35 -0300 Subject: [PATCH 2/2] added Google Generative AI (gemini) integration --- .env.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.example b/.env.example index 18990c548..968e93484 100644 --- a/.env.example +++ b/.env.example @@ -26,7 +26,7 @@ OPEN_ROUTER_API_KEY= GOOGLE_GENERATIVE_AI_API_KEY= # You only need this environment variable set if you want to use oLLAMA models -#EXAMPLE http://localhost:11434 +# EXAMPLE http://localhost:11434 OLLAMA_API_BASE_URL= # Include this environment variable if you want more logging for debugging locally