<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>OpenAI 標籤 - Let&#039;s Write</title>
	<atom:link href="https://www.letswrite.tw/tag/openai/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.letswrite.tw/tag/openai/</link>
	<description>前端工程師 August 的學習筆記 -- solving problems, in simple ways.</description>
	<lastBuildDate>Wed, 01 Jul 2026 07:15:20 +0000</lastBuildDate>
	<language>zh-TW</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0.2</generator>

<image>
	<url>https://res.cloudinary.com/let-s-write/images/w_32,h_32,c_fill,g_auto/f_auto,q_auto/v1746103360/cropped-logo_2025/cropped-logo_2025.png?_i=AA</url>
	<title>OpenAI 標籤 - Let&#039;s Write</title>
	<link>https://www.letswrite.tw/tag/openai/</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">186153126</site>	<item>
		<title>CodiumAI PR-Agent，在 Gitea 上用 AI 來 Code Review</title>
		<link>https://www.letswrite.tw/gitea-ai-code-review-2/</link>
					<comments>https://www.letswrite.tw/gitea-ai-code-review-2/#comments</comments>
		
		<dc:creator><![CDATA[August]]></dc:creator>
		<pubDate>Sat, 10 Jan 2026 10:10:08 +0000</pubDate>
				<category><![CDATA[AI]]></category>
		<category><![CDATA[API]]></category>
		<category><![CDATA[CI/CD]]></category>
		<category><![CDATA[Code Review]]></category>
		<category><![CDATA[Gitea]]></category>
		<category><![CDATA[OpenAI]]></category>
		<guid isPermaLink="false">https://www.letswrite.tw/?p=4897</guid>

					<description><![CDATA[<p>想在自架的 Gitea 上實現 AI Code Review 嗎？本篇教學透過 Docker 部署 CodiumAI PR-Agent，整合 OpenAI gpt-4o-mini 模型，實現自動化 PR 摘要與代碼審查，並支援繁體中文輸出，大幅提升開發效率。</p>
<p>這篇文章 <a href="https://www.letswrite.tw/gitea-ai-code-review-2/">CodiumAI PR-Agent，在 Gitea 上用 AI 來 Code Review</a> 最早出現於 <a href="https://www.letswrite.tw">Let&#039;s Write</a>。</p>
]]></description>
		
					<wfw:commentRss>https://www.letswrite.tw/gitea-ai-code-review-2/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">4897</post-id>	</item>
		<item>
		<title>使用 Gitea Actions 與 OpenAI 實現自動化 PR Code Review</title>
		<link>https://www.letswrite.tw/gitea-ai-code-review/</link>
					<comments>https://www.letswrite.tw/gitea-ai-code-review/#comments</comments>
		
		<dc:creator><![CDATA[August]]></dc:creator>
		<pubDate>Sun, 23 Nov 2025 04:20:44 +0000</pubDate>
				<category><![CDATA[AI]]></category>
		<category><![CDATA[Code Review]]></category>
		<category><![CDATA[Gitea]]></category>
		<category><![CDATA[OpenAI]]></category>
		<guid isPermaLink="false">https://www.letswrite.tw/?p=4763</guid>

					<description><![CDATA[<p>本篇要解決的問題 在團隊協作開發中，Code Re [&#8230;]</p>
<p>這篇文章 <a href="https://www.letswrite.tw/gitea-ai-code-review/">使用 Gitea Actions 與 OpenAI 實現自動化 PR Code Review</a> 最早出現於 <a href="https://www.letswrite.tw">Let&#039;s Write</a>。</p>
]]></description>
		
					<wfw:commentRss>https://www.letswrite.tw/gitea-ai-code-review/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">4763</post-id>	</item>
		<item>
		<title>免費開源的語音辨識功能：Google Colab + Faster Whisper</title>
		<link>https://www.letswrite.tw/colab-faster-whisper/</link>
					<comments>https://www.letswrite.tw/colab-faster-whisper/#comments</comments>
		
		<dc:creator><![CDATA[August]]></dc:creator>
		<pubDate>Sun, 16 Feb 2025 03:50:03 +0000</pubDate>
				<category><![CDATA[AI]]></category>
		<category><![CDATA[Colab]]></category>
		<category><![CDATA[OpenAI]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[Whisper]]></category>
		<guid isPermaLink="false">http://localhost:3001/?p=4144</guid>

					<description><![CDATA[<p>本文提供如何使用 Google Colab 結合 Faster Whisper 來提升語音辨識速度與準確性，包含安裝指南與使用方法。探索如何將語音轉換為文本，並對檔案進行不同格式的輸出。</p>
<p>這篇文章 <a href="https://www.letswrite.tw/colab-faster-whisper/">免費開源的語音辨識功能：Google Colab + Faster Whisper</a> 最早出現於 <a href="https://www.letswrite.tw">Let&#039;s Write</a>。</p>
]]></description>
		
					<wfw:commentRss>https://www.letswrite.tw/colab-faster-whisper/feed/</wfw:commentRss>
			<slash:comments>12</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">4144</post-id>	</item>
		<item>
		<title>使用 AI 自動生成 Git Commit 訊息</title>
		<link>https://www.letswrite.tw/ai-git-commit/</link>
					<comments>https://www.letswrite.tw/ai-git-commit/#respond</comments>
		
		<dc:creator><![CDATA[August]]></dc:creator>
		<pubDate>Sat, 30 Nov 2024 02:42:36 +0000</pubDate>
				<category><![CDATA[AI]]></category>
		<category><![CDATA[API]]></category>
		<category><![CDATA[Node.js]]></category>
		<category><![CDATA[OpenAI]]></category>
		<guid isPermaLink="false">http://localhost:3001/?p=4276</guid>

					<description><![CDATA[<p>學習如何使用 OpenAI API 和 Node.js，輕鬆自動生成簡潔又清晰的 Git commit 訊息。本文提供完整程式碼示例和詳細教學，提升團隊協作效率！</p>
<p>這篇文章 <a href="https://www.letswrite.tw/ai-git-commit/">使用 AI 自動生成 Git Commit 訊息</a> 最早出現於 <a href="https://www.letswrite.tw">Let&#039;s Write</a>。</p>
]]></description>
		
					<wfw:commentRss>https://www.letswrite.tw/ai-git-commit/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">4276</post-id>	</item>
		<item>
		<title>CodiumAI PR-Agent，在 GitHub 上用 AI 來 Code Review</title>
		<link>https://www.letswrite.tw/github-ai-code-review/</link>
					<comments>https://www.letswrite.tw/github-ai-code-review/#comments</comments>
		
		<dc:creator><![CDATA[August]]></dc:creator>
		<pubDate>Sat, 31 Aug 2024 04:31:43 +0000</pubDate>
				<category><![CDATA[AI]]></category>
		<category><![CDATA[API]]></category>
		<category><![CDATA[CI/CD]]></category>
		<category><![CDATA[Code Review]]></category>
		<category><![CDATA[GitHub]]></category>
		<category><![CDATA[OpenAI]]></category>
		<guid isPermaLink="false">http://localhost:3001/?p=4266</guid>

					<description><![CDATA[<p>了解如何在 GitHub 上透過 CodiumAI PR-Agent 實現 AI Code Review，自動化檢查合併請求，並簡化程式碼審查流程。本篇文章將引導您設定必要的環境與檔案，讓開發更有效率。</p>
<p>這篇文章 <a href="https://www.letswrite.tw/github-ai-code-review/">CodiumAI PR-Agent，在 GitHub 上用 AI 來 Code Review</a> 最早出現於 <a href="https://www.letswrite.tw">Let&#039;s Write</a>。</p>
]]></description>
		
					<wfw:commentRss>https://www.letswrite.tw/github-ai-code-review/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">4266</post-id>	</item>
		<item>
		<title>CodiumAI PR-Agent，在 GitLab 上用 AI 來 Code Review</title>
		<link>https://www.letswrite.tw/gitlab-ai-code-review/</link>
					<comments>https://www.letswrite.tw/gitlab-ai-code-review/#comments</comments>
		
		<dc:creator><![CDATA[August]]></dc:creator>
		<pubDate>Sat, 24 Aug 2024 05:07:25 +0000</pubDate>
				<category><![CDATA[AI]]></category>
		<category><![CDATA[API]]></category>
		<category><![CDATA[CI/CD]]></category>
		<category><![CDATA[Code Review]]></category>
		<category><![CDATA[GitLab]]></category>
		<category><![CDATA[OpenAI]]></category>
		<guid isPermaLink="false">http://localhost:3001/?p=4255</guid>

					<description><![CDATA[<p>了解如何在 GitLab 中設置和使用 CodiumAI PR-Agent 進行 AI Code Review，自動檢查和改進程式碼。本文提供詳細步驟，包括環境設置、提交必要檔案，以及如何使用 OpenAI API Key 進行配置。</p>
<p>這篇文章 <a href="https://www.letswrite.tw/gitlab-ai-code-review/">CodiumAI PR-Agent，在 GitLab 上用 AI 來 Code Review</a> 最早出現於 <a href="https://www.letswrite.tw">Let&#039;s Write</a>。</p>
]]></description>
		
					<wfw:commentRss>https://www.letswrite.tw/gitlab-ai-code-review/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">4255</post-id>	</item>
		<item>
		<title>免費開源的語音辨識功能：Cloudflare Workers AI + Whisper</title>
		<link>https://www.letswrite.tw/cloudflare-workers-ai-whisper/</link>
					<comments>https://www.letswrite.tw/cloudflare-workers-ai-whisper/#respond</comments>
		
		<dc:creator><![CDATA[August]]></dc:creator>
		<pubDate>Wed, 07 Aug 2024 12:03:56 +0000</pubDate>
				<category><![CDATA[AI]]></category>
		<category><![CDATA[Cloudflare]]></category>
		<category><![CDATA[OpenAI]]></category>
		<category><![CDATA[Whisper]]></category>
		<guid isPermaLink="false">http://localhost:3001/?p=4249</guid>

					<description><![CDATA[<p>了解如何使用 Cloudflare Workers AI 與 Whisper 建立免費開源的語音辨識功能。本文詳細說明註冊步驟、部署流程及程式碼修改，讓你輕鬆將語音轉換成文字。</p>
<p>這篇文章 <a href="https://www.letswrite.tw/cloudflare-workers-ai-whisper/">免費開源的語音辨識功能：Cloudflare Workers AI + Whisper</a> 最早出現於 <a href="https://www.letswrite.tw">Let&#039;s Write</a>。</p>
]]></description>
		
					<wfw:commentRss>https://www.letswrite.tw/cloudflare-workers-ai-whisper/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">4249</post-id>	</item>
		<item>
		<title>免費開源的語音辨識功能：Google Colab + Whisper large v3</title>
		<link>https://www.letswrite.tw/colab-whisper-large-v3/</link>
					<comments>https://www.letswrite.tw/colab-whisper-large-v3/#comments</comments>
		
		<dc:creator><![CDATA[August]]></dc:creator>
		<pubDate>Sat, 13 Jan 2024 09:05:23 +0000</pubDate>
				<category><![CDATA[AI]]></category>
		<category><![CDATA[Colab]]></category>
		<category><![CDATA[OpenAI]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[Whisper]]></category>
		<guid isPermaLink="false">http://localhost:3001/?p=4131</guid>

					<description><![CDATA[<p>本篇筆記了如何使用Google Colab和OpenAI的Whisper Large V3進行免費且開源的語音辨識。涵蓋從基礎設定到實際運用的步驟，適合初學者和技術愛好者輕鬆學習語音辨識技術。</p>
<p>這篇文章 <a href="https://www.letswrite.tw/colab-whisper-large-v3/">免費開源的語音辨識功能：Google Colab + Whisper large v3</a> 最早出現於 <a href="https://www.letswrite.tw">Let&#039;s Write</a>。</p>
]]></description>
		
					<wfw:commentRss>https://www.letswrite.tw/colab-whisper-large-v3/feed/</wfw:commentRss>
			<slash:comments>10</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">4131</post-id>	</item>
	</channel>
</rss>
