Skip to content

Commit

Permalink
add pdf documents recognize
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhangWei-KUMO committed Sep 29, 2024
1 parent 47c4e4e commit bfa2e02
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,4 @@ jobs:
npm install cnpm -g --registry=https://registry.npmmirror.com
cd /home/ubuntu/tubex-wechatbot
yarn
pm2 start index.js -n tubex-wechatbot
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,12 @@ This is an open-source WeChat robot project based on WechatY, Dify API services,

```bash
npm install
# Production
node index.js
# Development
pm2 start index.js
node index.js
# Production
pm2 start index.js -n tubex-wechatbot
# open logs and scan login QRcode
pm2 logs tubex-wechatbot
```

### Configuration API
Expand Down

0 comments on commit bfa2e02

Please sign in to comment.