File size: 781 Bytes
e73d738
 
 
 
 
 
 
 
 
 
 
134802c
e73d738
 
134802c
e73d738
 
134802c
e73d738
134802c
 
e73d738
 
 
dbde056
7641c28
 
 
e76667c
38070c6
 
b0e19a1
7641c28
b0e19a1
7641c28
38070c6
134802c
eccc8f4
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
# ------------------------------
# Environment Variables for server & worker
# ------------------------------

# ------------------------------
# Server Configuration
# ------------------------------

# Log path
LOG_PATH=/tmp/ten_agent
LOG_STDOUT=true

# Graph designer server port
GRAPH_DESIGNER_SERVER_PORT=49483

# Server port
SERVER_PORT=8080

# Maximum number of workers
WORKERS_MAX=10

# Worker quit timeout in seconds
WORKER_QUIT_TIMEOUT_SECONDES=60

# OpenAI
OPENAI_API_BASE=https://api.openai.com/v1
OPENAI_MODEL=gpt-4o
OPENAI_PROXY_URL=


# Shisa
SHISA_API_BASE=http://localhost:8000/v1
SHISA_MODEL=shisa-7b-v1
SHISA_API_KEY=shisa_7b_v1
SHISA_PROXY_URL=

# Configuration for playground/demo
AGENT_SERVER_URL=http://127.0.0.1:8080
TEN_DEV_SERVER_URL=http://127.0.0.1:49483