Skip to content

Commit

Permalink
merge: 优化文档
Browse files Browse the repository at this point in the history
  • Loading branch information
TBXark authored Oct 27, 2023
2 parents 52b4d4c + 1f63a70 commit 29d84ae
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 16 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ChatGPT-Telegram-Workers
</h1>

<p align="center">
<br> English | <a href="./doc/cn/README.md">中文</a>
<br> English | <a href="README_CN.md">中文</a>
</p>
<p align="center">
<em>Deploy your own Telegram ChatGPT bot on Cloudflare Workers with ease.</em>
Expand Down Expand Up @@ -34,7 +34,6 @@ You can customize the system initialization information so that your debugged pe

## Documentation

- [Documentation](./doc/en/README.md)
- [How to deploy](./doc/en/DEPLOY.md)
- [How to set up configuration](./doc/en/CONFIG.md)
- [Automatic update](./doc/en/ACTION.md)
Expand Down
16 changes: 8 additions & 8 deletions doc/cn/README.md → README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ChatGPT-Telegram-Workers
</h1>

<p align="center">
<br> <a href="../../README.md">English</a> | 中文
<br> <a href="README.md">English</a> | 中文
</p>
<p align="center">
<em>轻松在Cloudflare Workers上部署您自己的Telegram ChatGPT机器人。</em>
Expand All @@ -14,7 +14,7 @@ ChatGPT-Telegram-Workers

<details>
<summary>查看Demo</summary>
<img style="max-width: 600px;" alt="image" src="../demo.jpg">
<img style="max-width: 600px;" alt="image" src="doc/demo.jpg">
</details>

## 特性
Expand All @@ -30,11 +30,11 @@ ChatGPT-Telegram-Workers

## 文档

- [如何部署](./DEPLOY.md)
- [如何设置配置](./CONFIG.md)
- [自动更新](./ACTION.md)
- [支持平台](./PLATFORM.md)
- [变更日志](./CHANGELOG.md)
- [如何部署](./doc/cn/DEPLOY.md)
- [如何进行配置](./doc/cn/CONFIG.md)
- [自动更新](./doc/cn/ACTION.md)
- [支持平台](./doc/cn/PLATFORM.md)
- [变更日志](./doc/cn/CHANGELOG.md)


## 特别感谢
Expand All @@ -50,4 +50,4 @@ ChatGPT-Telegram-Workers

## 许可证

**ChatGPT-Telegram-Workers** 以 MIT 许可证发布。[详见 LICENSE](../../LICENSE) 获取详情。
**ChatGPT-Telegram-Workers** 以 MIT 许可证发布。[详见 LICENSE](LICENSE) 获取详情。
2 changes: 0 additions & 2 deletions doc/cn/DEPLOY.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# 部署流程

[English Version](../en/DEPLOY.md)

## 视频教程

<a href="https://youtu.be/BvxrZ3WMrLE"><img style="max-width: 600px;" alt="image" src="https://user-images.githubusercontent.com/9513891/223895059-1ffa48c7-8801-4d7b-b9d3-15c857d03225.png"></a>
Expand Down
4 changes: 2 additions & 2 deletions doc/en/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Changelog

- v1.6.0
- Add workers AI support, please refer to the configuration document for specific settings.
- Optimize the parser for openai stream mode.
- Add workers AI support, please refer to the configuration document for specific settings.
- Optimize the parser for openai stream mode.

- v1.5.0
- perf: Adjust command order
Expand Down
4 changes: 2 additions & 2 deletions wrangler-example.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ CHAT_WHITE_LIST = ""

# 群组相关配置
# GROUP_CHAT_BOT_ENABLE = "true"
# TELEGRAM_BOT_NAME = ""
# TELEGRAM_BOT_NAME = ":bot_name"
# CHAT_GROUP_WHITE_LIST = ":group_id"
# GROUP_CHAT_BOT_SHARE_MODE = "false"
# CHAT_GROUP_WHITE_LIST = "false"

0 comments on commit 29d84ae

Please sign in to comment.