Spaces:
Running
on
L4
Running
on
L4
feat: add openai config
Browse files
.env
CHANGED
|
@@ -22,6 +22,11 @@ WORKERS_MAX=10
|
|
| 22 |
# Worker quit timeout in seconds
|
| 23 |
WORKER_QUIT_TIMEOUT_SECONDES=60
|
| 24 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 25 |
# Configuration for playground/demo
|
| 26 |
AGENT_SERVER_URL=http://127.0.0.1:8080
|
| 27 |
TEN_DEV_SERVER_URL=http://127.0.0.1:49483
|
|
|
|
| 22 |
# Worker quit timeout in seconds
|
| 23 |
WORKER_QUIT_TIMEOUT_SECONDES=60
|
| 24 |
|
| 25 |
+
# openai
|
| 26 |
+
OPENAI_API_BASE=https://api.openai.com/v1
|
| 27 |
+
OPENAI_MODEL=gpt-4o
|
| 28 |
+
OPENAI_PROXY_URL=
|
| 29 |
+
|
| 30 |
# Configuration for playground/demo
|
| 31 |
AGENT_SERVER_URL=http://127.0.0.1:8080
|
| 32 |
TEN_DEV_SERVER_URL=http://127.0.0.1:49483
|