7 lines
224 B
Plaintext
7 lines
224 B
Plaintext
|
|
# 文生图 API 配置(三选一)
|
||
|
|
STABILITY_API_KEY=your_stability_ai_key_here
|
||
|
|
REPLICATE_API_TOKEN=your_replicate_token_here
|
||
|
|
OPENAI_API_KEY=your_openai_key_here
|
||
|
|
|
||
|
|
# 默认使用的 API 提供商
|
||
|
|
DEFAULT_PROVIDER=stability
|