docs(env): 更新 .env.example 中的注释说明
添加关于默认提供商的注释说明,明确 codex_oauth 为默认且不需要 OPENAI_API_KEY
This commit is contained in:
parent
31abb735c6
commit
c9408db34a
|
|
@ -1,3 +1,4 @@
|
||||||
|
# Default provider is `codex_oauth` and does not require OPENAI_API_KEY.
|
||||||
# LLM Providers (set the one you use)
|
# LLM Providers (set the one you use)
|
||||||
OPENAI_API_KEY=
|
OPENAI_API_KEY=
|
||||||
GOOGLE_API_KEY=
|
GOOGLE_API_KEY=
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue