Skip to content

Commit

Permalink
chore: add Heroku deployment instructions
Browse files Browse the repository at this point in the history
- Add a deploy button for Heroku
- Instruct to input `Channel Secret` and `Channel Access Token` for Heroku deployment
- Instruct to input [OpenAI API Key](https://platform.openai.com/account/api-keys) in `OPENAI_API_KEY` for Heroku deployment
- Mention the need to remember the Heroku ID

Signed-off-by: Evan Lin <[email protected]>
  • Loading branch information
kkdai committed Nov 5, 2023
1 parent da54235 commit 69beab5
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,14 @@

如果你沒有這些訊息,你需要到 LINE Developer Portal 建立一個新的 channel 並獲取這些訊息。

## 部署在 Heroku

[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy)

- Input `Channel Secret` and `Channel Access Token`.
- Input [OpenAI API Key](https://platform.openai.com/account/api-keys) in `OPENAI_API_KEY`.
- Remember your heroku, ID.

## 運行

1. **啟動 FastAPI 應用程式**
Expand Down

0 comments on commit 69beab5

Please sign in to comment.