cyfyifanchen commited on
Commit
09119a9
·
verified ·
1 Parent(s): 0e7cc08

Update .env

Browse files
Files changed (1) hide show
  1. .env +7 -7
.env CHANGED
@@ -23,16 +23,16 @@ WORKERS_MAX=10
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
- # OPENAI_PROXY_URL=
36
 
37
  # Configuration for playground/demo
38
  AGENT_SERVER_URL=http://127.0.0.1:8080
 
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
+ OPENAI_PROXY_URL=
36
 
37
  # Configuration for playground/demo
38
  AGENT_SERVER_URL=http://127.0.0.1:8080