Skip to content

Commit 6fd1e71

Browse files
committed
dev: fix example.env make it less confusing
1 parent 9bf1ce2 commit 6fd1e71

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

ghostos/app/.example.env

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
# or export the values to environment.
55

66
# [openai](https://openai.com/) api key
7-
OPENAI_API_KEY
7+
OPENAI_API_KEY="your openai key"
88
# optional openai proxy
9-
OPENAI_PROXY
9+
OPENAI_PROXY="your openai proxy"
1010
# [moonshot](https://moonshot.cn/) api key
1111
MOONSHOT_API_KEY="your moonshot model api key"
1212
# [anthropic](https://www.anthropic.com/) api key
1313
ANTHROPIC_API_KEY="your anthropic api key"
1414
# optional anthropic proxy
15-
ANTHROPIC_PROXY
15+
#ANTHROPIC_PROXY
1616
# [deepseek](https://deepseek.com) api key
17-
DEEPSEEK_API_KEY
17+
DEEPSEEK_API_KEY="your deepseek api key"

0 commit comments

Comments
 (0)