Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
guanlisheng authored Mar 25, 2024
1 parent 79f2a58 commit 318f59a
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,13 @@ The library needs to be configured with your account's secret key which is avail
export OPENAI_API_KEY='sk-...'
```

it also needs your Synology Chat Bots' Token, set it as `SYNOLOGY_TOKEN` environment variable before using the app:
it also needs your Synology Chat Bots' Token and Incoming Url, set them as environment variables before using the app:
```bash
export export SYNOLOGY_TOKEN='uz...'
```

and `SYNOLOGY_INCOMING_URL`
```bash
export export SYNOLOGY_INCOMING_URL='uz...'
```

the last, disable PROXY for localhost HTTP access if needed
Disable PROXY for localhost HTTP access if needed
```bash
export NO_PROXY=http://127.0.0.1,others
```
Expand Down

0 comments on commit 318f59a

Please sign in to comment.