Spaces:
Sleeping
Sleeping
# ------------------------------ | |
# 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-oss-20b | |
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 |