Skip to content

Commit 2bb5a4c

Browse files
authored
Merge pull request #57 from ghost-in-moss/dev
fix: fix example.env make it less confusing
2 parents 89ff6ec + 6fd1e71 commit 2bb5a4c

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
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"

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ license = "MIT"
77
readme = "README.md"
88

99
[tool.poetry.urls]
10-
homepage = "https://github.com/ghost-in-moss/GhostOS"
11-
repository = "https://github.com/ghost-in-moss/GhostOS"
12-
documentation = "https://ghost-in-moss.github.io/GhostOS/#/en/"
13-
issues = "https://github.com/ghost-in-moss/GhostOS/issues"
10+
Homepage = "https://github.com/ghost-in-moss/GhostOS"
11+
Repository = "https://github.com/ghost-in-moss/GhostOS"
12+
Documentation = "https://ghost-in-moss.github.io/GhostOS/#/en/"
13+
Issues = "https://github.com/ghost-in-moss/GhostOS/issues"
1414

1515
[tool.poetry.dependencies]
1616
python = ">=3.10,<3.14"

0 commit comments

Comments
 (0)