forked from ConnectAI-E/feishu-openai
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
006fbff
commit 0a3dbe0
Showing
4 changed files
with
22 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,7 +20,7 @@ | |
|
||
# Go workspace file | ||
go.work | ||
|
||
./code/target | ||
.idea | ||
.vscode | ||
.s | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,11 +12,26 @@ | |
|
||
## 项目特点 | ||
|
||
- gpt3 | ||
- 飞书机器人 | ||
- 责任链的设计模式 | ||
- zap日志记录 | ||
- goCache缓存 | ||
- 🍏 openai [gpt3](https://platform.openai.com/account/api-keys) | ||
- 🥒 [serverless一键部署](https://github.com/serverless-devs/serverless-devs) | ||
- 🍎 [飞书](https://open.feishu.cn/app)机器人 | ||
- 🍐 [责任链](https://refactoringguru.cn/design-patterns/chain-of-responsibility/go/example)的设计模式 | ||
- 🍊 [zap](https://github.com/uber-go/zap)日志记录 | ||
- 🍋 [goCache](https://github.com/patrickmn/go-cache)内存键值对缓存 | ||
|
||
|
||
## 部署 | ||
``` bash | ||
git clone [email protected]:Leizhenpeng/feishu-chatGpt.git | ||
cd feishu-chatGpt/code | ||
|
||
# 配置config.yaml | ||
mv config.example.yaml config.yaml | ||
|
||
# serverless部署 | ||
cd .. | ||
s deploy | ||
``` | ||
|
||
## 功能解释 | ||
|
||
|