Update example.env

Add OLLAMA_BASE_URL and LM_STUDIO_BASE_URL as a variable to the dotenv file.

MasterX committed Aug 17, 2024 at 17:53 UTC e9c0b605d0eb0c5ea495a6aca285e24b134ef47a
1 file changed +4 -1
example.env
+4 -1
@@ -10,4 +10,7 @@ OPENAI_AZURE_ENDPOINT=
10 OPENAI_API_VERSION=
11
12 TOKENIZERS_PARALLELISM=true
13 -PYDEVD_DISABLE_FILE_VALIDATION=1
\ No newline at end of file
13 +PYDEVD_DISABLE_FILE_VALIDATION=1
14 +
15 +OLLAMA_BASE_URL="http://127.0.0.1:11434"
16 +LM_STUDIO_BASE_URL="http://127.0.0.1:1234/v1"
\ No newline at end of file