oh-my-muse/muse-cloud/scripts/dev/p1r-external-acceptance.env

23 lines
1.0 KiB
Bash
Raw 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.

# P1R 外部真实验收依赖。
# 该文件按用户授权明文提交,仅用于内网 P1R-4 New-API 与 P1R-5 RAGFlow 验收。
# 使用方式set -a && . muse-cloud/scripts/dev/p1r-external-acceptance.env && set +a
# New-API 系统管理令牌,用于需要管理接口或渠道配置核查的场景。
NEW_API_SYSTEM_MANAGEMENT_TOKEN=AyNL/Spm0yVXcZY27JxYMRFRudutew==
# New-API OpenAI-compatible 大模型调用入口。
MUSE_AI_NEW_API_ENABLED=true
MUSE_AI_NEW_API_BASE_URL=http://100.64.0.8:3000
MUSE_AI_NEW_API_TOKEN=sk-DyVqO3lDmEvQZ3PqGpbNaaaHZHhbh0xaHRIiynhYSmVlLHl2
MUSE_AI_NEW_API_DEFAULT_MODEL_KEY=MiniMax-M2.5
# P1R smoke 推荐超时。MiniMax-M2.5 已在 2026-06-02 跑出 6.6s 左右成功响应。
MUSE_AI_NEW_API_CONNECT_TIMEOUT_SECONDS=5
MUSE_AI_NEW_API_FIRST_BYTE_TIMEOUT_SECONDS=15
MUSE_AI_NEW_API_NON_STREAM_READ_TIMEOUT_SECONDS=60
MUSE_AI_NEW_API_STREAM_IDLE_TIMEOUT_SECONDS=30
MUSE_AI_NEW_API_TOTAL_TIMEOUT_SECONDS=180
MUSE_AI_NEW_API_MAX_ATTEMPTS=3
MUSE_AI_NEW_API_RETRY_BACKOFF_SECONDS=1,2,4
MUSE_AI_NEW_API_PROPAGATE_MUSE_CONTEXT=true