create-junando-app 0.16.3 → 0.16.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/template/README.md +1 -1
package/package.json
CHANGED
package/template/README.md
CHANGED
|
@@ -21,7 +21,7 @@ Total time to first Slack message: about 5 minutes including filling in credenti
|
|
|
21
21
|
|
|
22
22
|
- Docker + Docker Compose
|
|
23
23
|
- A Slack bot token (or a Microsoft Teams Power Automate webhook — see `.env.example`)
|
|
24
|
-
- An LLM API key (Qwen, Claude, Gemini, or OpenRouter)
|
|
24
|
+
- An LLM API key (Qwen, Claude, Gemini, or OpenRouter). Amazon Bedrock is also supported but needs AWS IAM credentials instead of an API key — see [DEPLOY.md](../../DEPLOY.md).
|
|
25
25
|
|
|
26
26
|
That is it. You do not need to clone the Junando monorepo or build any package — the example uses the published `ghcr.io/germoren/junando-webhook:latest` image by default.
|
|
27
27
|
|