File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 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
1111MOONSHOT_API_KEY = " your moonshot model api key"
1212# [anthropic](https://www.anthropic.com/) api key
1313ANTHROPIC_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 "
Original file line number Diff line number Diff line change @@ -7,10 +7,10 @@ license = "MIT"
77readme = " 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 ]
1616python = " >=3.10,<3.14"
You can’t perform that action at this time.
0 commit comments