12 lines
334 B
Plaintext
12 lines
334 B
Plaintext
# 复制此文件为 .env 并填入你的 API Key
|
|
# API Key 会自动从环境变量加载,无需在界面中输入
|
|
|
|
# AIHubMix API Key (默认使用)
|
|
AIHUBMIX_API_KEY=sk-your-api-key-here
|
|
|
|
# Anthropic API Key (可选)
|
|
ANTHROPIC_API_KEY=your-anthropic-api-key-here
|
|
|
|
# OpenAI API Key (可选)
|
|
OPENAI_API_KEY=your-openai-api-key-here
|