From d6732069524f8a9c07016c5263827708e1508c56 Mon Sep 17 00:00:00 2001 From: Alex Parker <128879861+Soumyaranjan-17@users.noreply.github.com> Date: Tue, 24 Dec 2024 13:32:04 +0530 Subject: [PATCH] docs: updated env.example of OLLAMA & LMSTUDIO base url (#877) * correct OLLAMA_API_BASE_URL * correct OLLAMA_API_BASE_URL * correct OLLAMA_API_BASE_URL --- .env.example | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.env.example b/.env.example index 5baa3d4ac..4e4b4f336 100644 --- a/.env.example +++ b/.env.example @@ -32,7 +32,8 @@ 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 +# DONT USE http://localhost:11434 due to IPV6 issues +# USE EXAMPLE http://127.0.0.1:11434 OLLAMA_API_BASE_URL= # You only need this environment variable set if you want to use OpenAI Like models @@ -62,7 +63,8 @@ COHERE_API_KEY= # Get LMStudio Base URL from LM Studio Developer Console # Make sure to enable CORS -# Example: http://localhost:1234 +# DONT USE http://localhost:1234 due to IPV6 issues +# Example: http://127.0.0.1:1234 LMSTUDIO_API_BASE_URL= # Get your xAI API key