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