Files
AI-Testing/.env.example
2026-04-18 20:20:38 +08:00

18 lines
951 B
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 复制为 .env 并填写密钥start.sh 会从未存在的 .env 复制本文件)
# QWEN_API_KEY 填 DashScope 控制台申请的 sk- 开头密钥,不要加引号;修改后需重启 backend 容器
QWEN_API_KEY=sk-85880595fc714d63bfd0b025e917bd26
QWEN_BASE_URL=https://dashscope.aliyuncs.com/compatible-mode/v1
QWEN_MODEL=qwen3.5-plus
# OCR / 视觉识别(与 DashScope 控制台开通的模型一致,如 qwen-vl-plus、qwen-vl-max
# QWEN_VL_MODEL=qwen-vl-plus
# 访问千问 API 时是否信任 HTTP_PROXY/HTTPS_PROXY默认 0避免 Docker 误用代理导致 httpx ConnectError
# HTTPX_TRUST_ENV=0
# —— 可选Docker 构建时的国内镜像docker compose build 会读取本文件同名字段)
# PIP_INDEX_URL=https://mirrors.aliyun.com/pypi/simple/
# PIP_TRUSTED_HOST=mirrors.aliyun.com
# DEBIAN_MIRROR_HOST=mirrors.aliyun.com
# NPM_REGISTRY=https://registry.npmmirror.com
# ALPINE_MIRROR_HOST=mirrors.aliyun.com