From ab8efa79dd199e92d779ce32201f8452abebf63d Mon Sep 17 00:00:00 2001 From: John Paul Fusin Date: Wed, 5 Aug 2026 14:42:48 +0800 Subject: [PATCH] Reorganize 'See it working first' section in README adjusted readme quick install section --- README.md | 54 +++++++++++++++++++++++++++--------------------------- 1 file changed, 27 insertions(+), 27 deletions(-) diff --git a/README.md b/README.md index 39a8cc0..1a4c17d 100644 --- a/README.md +++ b/README.md @@ -20,33 +20,6 @@

-## See it working first - -This documented example follows a tested n8n OpenAI credential through a -published Telegram-triggered workflow. It is a product-operation record, not -an endorsement, sponsorship, or affiliation by OpenAI, n8n, Hostinger, -Telegram, or AppBuildersPH. - -
- n8n OpenAI credential dialog showing that the connection test succeeded -
The n8n OpenAI credential connection test succeeded; the credential value itself is obscured.
-
- -
- n8n model selector with gpt-5.6-terra selected and an account-specific model list -
This signed-in account's n8n model list includes gpt-5.6-terra; model availability is account-dependent and can change.
-
- -
- Successful n8n execution of a Telegram-triggered workflow with HTTP Request, Basic LLM Chain, and AI Agent branches -
The published Telegram-triggered n8n workflow completed successfully across its HTTP Request, Basic LLM Chain, and AI Agent branches.
-
- -
- Telegram conversation receiving HTTP Request, Basic LLM Chain, and AI Agent outputs -
Telegram received the HTTP Request, Basic LLM Chain, and AI Agent outputs sent by that workflow.
-
- ## Quick install Choose the terminal already on your own computer. Do not run these commands on @@ -143,6 +116,33 @@ one automation platform. > every use is permitted. This project is not intended to bypass quotas, > safeguards, account controls, or service restrictions. +## See it working first + +This documented example follows a tested n8n OpenAI credential through a +published Telegram-triggered workflow. It is a product-operation record, not +an endorsement, sponsorship, or affiliation by OpenAI, n8n, Hostinger, +Telegram, or AppBuildersPH. + +
+ n8n OpenAI credential dialog showing that the connection test succeeded +
The n8n OpenAI credential connection test succeeded; the credential value itself is obscured.
+
+ +
+ n8n model selector with gpt-5.6-terra selected and an account-specific model list +
This signed-in account's n8n model list includes gpt-5.6-terra; model availability is account-dependent and can change.
+
+ +
+ Successful n8n execution of a Telegram-triggered workflow with HTTP Request, Basic LLM Chain, and AI Agent branches +
The published Telegram-triggered n8n workflow completed successfully across its HTTP Request, Basic LLM Chain, and AI Agent branches.
+
+ +
+ Telegram conversation receiving HTTP Request, Basic LLM Chain, and AI Agent outputs +
Telegram received the HTTP Request, Basic LLM Chain, and AI Agent outputs sent by that workflow.
+
+
Table of contents