Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions ghostos/app/.example.env
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
# or export the values to environment.

# [openai](https://openai.com/) api key
OPENAI_API_KEY
OPENAI_API_KEY="your openai key"
# optional openai proxy
OPENAI_PROXY
OPENAI_PROXY="your openai proxy"
# [moonshot](https://moonshot.cn/) api key
MOONSHOT_API_KEY="your moonshot model api key"
# [anthropic](https://www.anthropic.com/) api key
ANTHROPIC_API_KEY="your anthropic api key"
# optional anthropic proxy
ANTHROPIC_PROXY
#ANTHROPIC_PROXY
# [deepseek](https://deepseek.com) api key
DEEPSEEK_API_KEY
DEEPSEEK_API_KEY="your deepseek api key"
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ license = "MIT"
readme = "README.md"

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

[tool.poetry.dependencies]
python = ">=3.10,<3.14"
Expand Down