Spaces:
Running
Running
Update .env.example
Browse files- .env.example +2 -2
.env.example
CHANGED
|
@@ -2,8 +2,8 @@
|
|
| 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 |
|
|
|
|
| 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='https://ai.bestip.one/v1'
|
| 6 |
+
OPENAI_API_KEY='sk-LWaFHAG2PGwWZeBHmn0RkrTlsjZ9m78f2DuYWkxqWZkeZuY4'
|
| 7 |
|
| 8 |
# AUTOMATIC1111_BASE_URL="http://localhost:7860"
|
| 9 |
|