添加.env-example
This commit is contained in:
parent
9abfda07f0
commit
eef7427ab3
7
.env-example
Normal file
7
.env-example
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
# 文生图 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
|
||||||
Loading…
Reference in New Issue
Block a user