From 713289737a6dba9597f7ac75fe22ad1f7402b3b4 Mon Sep 17 00:00:00 2001 From: Jeffery Date: Mon, 11 May 2026 07:02:48 +0000 Subject: [PATCH] Update README.md to include instruction for placing prompts in ./app/prompts --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a351e33..f39e3f9 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,7 @@ 2. BASE_URL 如果 inputs 沒有定義,則使用預設值 3. Comment 加上些許 emoji 讓資訊有點活力 4. 盡量將應用程式放在 ./app,修改 entrypoint.sh 與 Dockerfile 讓程式可以正常運行 +5. 將提示詞放到 ./app/prompts 內供程式讀取 # 使用說明