wangyoucao577 commited on
Commit
af8bda7
·
verified ·
1 Parent(s): 42ea784
Files changed (1) hide show
  1. .env +2 -0
.env CHANGED
@@ -22,6 +22,8 @@ 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_PROXY_URL=
26
+
27
  # Configuration for playground/demo
28
  AGENT_SERVER_URL=http://127.0.0.1:8080
29
  TEN_DEV_SERVER_URL=http://127.0.0.1:49483