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
This commit is contained in:
Alex Parker 2024-12-24 13:32:04 +05:30 committed by GitHub
parent 79e7e75228
commit d673206952
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -32,7 +32,8 @@ OPEN_ROUTER_API_KEY=
GOOGLE_GENERATIVE_AI_API_KEY= GOOGLE_GENERATIVE_AI_API_KEY=
# You only need this environment variable set if you want to use oLLAMA models # 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= OLLAMA_API_BASE_URL=
# You only need this environment variable set if you want to use OpenAI Like models # 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 # Get LMStudio Base URL from LM Studio Developer Console
# Make sure to enable CORS # 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= LMSTUDIO_API_BASE_URL=
# Get your xAI API key # Get your xAI API key