diff --git a/.env.example b/.env.example index 18990c5..968e934 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 diff --git a/app/components/chat/BaseChat.tsx b/app/components/chat/BaseChat.tsx index b1a0c49..b742134 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 && (