From 69beab5ef82601a86c7a795178c97bd8892004c8 Mon Sep 17 00:00:00 2001 From: Evan Lin Date: Sun, 5 Nov 2023 15:53:59 +0800 Subject: [PATCH] chore: add Heroku deployment instructions - 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 --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 7d21f8f..bfbad6d 100644 --- a/README.md +++ b/README.md @@ -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 應用程式**