We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bf1ce2 commit 6fd1e71Copy full SHA for 6fd1e71
ghostos/app/.example.env
@@ -4,14 +4,14 @@
4
# or export the values to environment.
5
6
# [openai](https://openai.com/) api key
7
-OPENAI_API_KEY
+OPENAI_API_KEY="your openai key"
8
# optional openai proxy
9
-OPENAI_PROXY
+OPENAI_PROXY="your openai proxy"
10
# [moonshot](https://moonshot.cn/) api key
11
MOONSHOT_API_KEY="your moonshot model api key"
12
# [anthropic](https://www.anthropic.com/) api key
13
ANTHROPIC_API_KEY="your anthropic api key"
14
# optional anthropic proxy
15
-ANTHROPIC_PROXY
+#ANTHROPIC_PROXY
16
# [deepseek](https://deepseek.com) api key
17
-DEEPSEEK_API_KEY
+DEEPSEEK_API_KEY="your deepseek api key"
0 commit comments