child-psycho-companion/.env.example

16 lines
445 B
Bash
Raw Permalink Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

# 儿童心理陪伴玩偶 - 环境变量配置
# 复制此文件为 .env 并填入实际值
# MiniMax API Key必填
# 获取地址https://platform.minimaxi.com/
MINIMAX_API_KEY=your-api-key-here
# MiniMax 模型(可选,默认 MiniMax-M2.5
MINIMAX_MODEL=MiniMax-M2.5
# MiniMax API 地址(可选,默认使用官方接口)
MINIMAX_BASE_URL=https://api.minimaxi.com/v1/text/chatcompletion_v2
# 日志级别
LOG_LEVEL=INFO