coolmanx commited on
Commit
c7d8dcb
·
verified ·
1 Parent(s): fbdd993

Update .env.example

Browse files
Files changed (1) hide show
  1. .env.example +15 -13
.env.example CHANGED
@@ -1,13 +1,15 @@
1
- # Ollama URL for the backend to connect
2
- # The path '/ollama' will be redirected to the specified backend URL
3
- OLLAMA_BASE_URL='http://localhost:11434'
4
-
5
- OPENAI_API_BASE_URL=''
6
- OPENAI_API_KEY=''
7
-
8
- # AUTOMATIC1111_BASE_URL="http://localhost:7860"
9
-
10
- # DO NOT TRACK
11
- SCARF_NO_ANALYTICS=true
12
- DO_NOT_TRACK=true
13
- ANONYMIZED_TELEMETRY=false
 
 
 
1
+ # Ollama URL for the backend to connect
2
+ # The path '/ollama' will be redirected to the specified backend URL
3
+ OLLAMA_BASE_URL='http://localhost:11434'
4
+
5
+ OPENAI_API_BASE_URL=''
6
+ OPENAI_API_KEY=''
7
+
8
+ # AUTOMATIC1111_BASE_URL="http://localhost:7860"
9
+
10
+ # DO NOT TRACK
11
+ SCARF_NO_ANALYTICS=true
12
+ DO_NOT_TRACK=true
13
+ ANONYMIZED_TELEMETRY=false
14
+
15
+ GLOBAL_LOG_LEVEL="ERROR"