wangyoucao577 commited on
Commit
e76667c
·
verified ·
1 Parent(s): e0c0fb6

feat: add openai config

Browse files
Files changed (1) hide show
  1. .env +5 -0
.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