cyfyifanchen commited on
Commit
38070c6
·
verified ·
1 Parent(s): 7a3b884

Update .env

Browse files
Files changed (1) hide show
  1. .env +9 -4
.env CHANGED
@@ -23,12 +23,17 @@ WORKERS_MAX=10
23
  WORKER_QUIT_TIMEOUT_SECONDES=60
24
 
25
  # openai
26
- # OPENAI_API_BASE=https://api.openai.com/v1
27
- OPENAI_API_BASE=http://127.0.0.1:8000/v1
28
- OPENAI_MODEL=Shisa-7b-V1
29
- OPENAI_API_KEY=Shisa_7b_V1
30
  OPENAI_PROXY_URL=
31
 
 
 
 
 
 
 
 
32
  # Configuration for playground/demo
33
  AGENT_SERVER_URL=http://127.0.0.1:8080
34
  TEN_DEV_SERVER_URL=http://127.0.0.1:49483
 
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
+
31
+ # Shisa
32
+ # OPENAI_API_BASE=http://127.0.0.1:8000/v1
33
+ # OPENAI_MODEL=Shisa-7b-V1
34
+ # OPENAI_API_KEY=Shisa_7b_V1
35
+ # fOPENAI_PROXY_URL=
36
+
37
  # Configuration for playground/demo
38
  AGENT_SERVER_URL=http://127.0.0.1:8080
39
  TEN_DEV_SERVER_URL=http://127.0.0.1:49483