File size: 355 Bytes
9573471
 
08d5f2a
9573471
 
 
 
08d5f2a
9573471
 
 
1
2
3
4
5
6
7
8
9
10
11
# Chat-UI talks to the local proxy:
OPENAI_BASE_URL=http://127.0.0.1:8000/v1/

# The proxy forwards here (your HF endpoint):
UPSTREAM_OPENAI_BASE=https://ay8ts6hfrqidjvwt.us-east-1.aws.endpoints.huggingface.cloud/v1
AGENT_MODEL="Qwen/Qwen3-1.7B"
TASK_MODEL="Qwen/Qwen3-1.7B-nothink"

PUBLIC_APP_NAME="Agent Examples"

MONGODB_URL=mongodb://127.0.0.1:27017