Skip to content

Commit c22682e

Browse files
committed
docs: add "Presentation" section and update TOC in all READMEs
- Add a "Presentation" section with a link to an AI-driven GitHub workflow talk in all README files - Update the Table of Contents in each README to include the new "Presentation" section Signed-off-by: appleboy <appleboy.tw@gmail.com>
1 parent 26e6c6a commit c22682e

3 files changed

Lines changed: 21 additions & 0 deletions

File tree

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,17 @@
1010

1111
A GitHub Action to interact with OpenAI-compatible LLM services, supporting custom endpoints, self-hosted models (Ollama, LocalAI, vLLM), SSL/CA certificates, Go template prompts, and structured output via function calling.
1212

13+
## Presentation
14+
15+
Learn how to build AI-driven GitHub automation workflows with this action:
16+
17+
- [打造AI驅動的GitHub自動化工作流程](https://speakerdeck.com/appleboy/da-zao-a-i-qu-dong-de-g-i-t-h-u-b-dong-hua-zuo-liu-cheng) - Covers Tool Schema for structured output, seamless LLM service switching, and real-world use cases like code review, PR summaries, and issue classification.
18+
1319
## Table of Contents
1420

1521
- [LLM Action](#llm-action)
1622
- [Table of Contents](#table-of-contents)
23+
- [Presentation](#presentation)
1724
- [Features](#features)
1825
- [Inputs](#inputs)
1926
- [Outputs](#outputs)

README.zh-CN.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,17 @@
1010

1111
一个用于与 OpenAI 兼容 LLM 服务交互的 GitHub Action,支持自定义端点、自托管模型(Ollama、LocalAI、vLLM)、SSL/CA 证书、Go template 动态提示词,以及通过 function calling 实现结构化输出。
1212

13+
## 演示文稿
14+
15+
了解如何使用此 Action 打造 AI 驱动的 GitHub 自动化工作流程:
16+
17+
- [打造AI驱动的GitHub自动化工作流程](https://speakerdeck.com/appleboy/da-zao-a-i-qu-dong-de-g-i-t-h-u-b-dong-hua-zuo-liu-cheng) - 涵盖 Tool Schema 结构化输出、LLM 服务无缝切换,以及实际应用场景如代码审查、PR 摘要和 Issue 分类。
18+
1319
## 目录
1420

1521
- [LLM Action](#llm-action)
1622
- [目录](#目录)
23+
- [演示文稿](#演示文稿)
1724
- [功能特色](#功能特色)
1825
- [输入参数](#输入参数)
1926
- [输出参数](#输出参数)

README.zh-TW.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,17 @@
1010

1111
一個用於與 OpenAI 相容 LLM 服務互動的 GitHub Action,支援自訂端點、自架模型(Ollama、LocalAI、vLLM)、SSL/CA 憑證、Go template 動態提示詞,以及透過 function calling 實現結構化輸出。
1212

13+
## 簡報
14+
15+
了解如何使用此 Action 打造 AI 驅動的 GitHub 自動化工作流程:
16+
17+
- [打造AI驅動的GitHub自動化工作流程](https://speakerdeck.com/appleboy/da-zao-a-i-qu-dong-de-g-i-t-h-u-b-dong-hua-zuo-liu-cheng) - 涵蓋 Tool Schema 結構化輸出、LLM 服務無縫切換,以及實際應用場景如程式碼審查、PR 摘要和 Issue 分類。
18+
1319
## 目錄
1420

1521
- [LLM Action](#llm-action)
1622
- [目錄](#目錄)
23+
- [簡報](#簡報)
1724
- [功能特色](#功能特色)
1825
- [輸入參數](#輸入參數)
1926
- [輸出參數](#輸出參數)

0 commit comments

Comments
 (0)