ccm's picture
Update .env.local
9573471 verified
raw
history blame
355 Bytes
# 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