Update README.md

This commit is contained in:
Clinton Billedeaux 2026-08-02 02:21:51 -05:00
parent 3c0c8abb2c
commit eac3249f84

View file

@ -1,12 +1,12 @@
# YouTube Video Summarizer
A .NET 8 console application that fetches YouTube video transcripts and produces structured summaries using an LLM (Ollama or OpenAI).
A .NET 10 console application that fetches YouTube video transcripts and produces structured summaries using an LLM (Ollama or OpenAI).
---
## Prerequisites
- [.NET 8 SDK](https://dotnet.microsoft.com/download)
- [.NET 10 SDK](https://dotnet.microsoft.com/download)
- A **YouTube Data API v3** key → [Google Cloud Console](https://console.cloud.google.com)
- **Local Ollama** (Recommended) or an **OpenAI API key**.