Skip to content

Releases: pamelars86/YouTube-genai

v1.0.1

02 Feb 18:22
5b21287
Compare
Choose a tag to compare

Added

  • Added support for using OpenAI or models available in Ollama. Users can choose whether to use OpenAI, but they need to check the README.md file for OpenAI configuration.
  • Reorganized the endpoint structure. Now, there is only one endpoint: /blog_post/<video_id>, simplifying API interactions.
  • README.md file updated

v1.0.0

02 Feb 18:16
31fb681
Compare
Choose a tag to compare
  • video_blog endoint: Creates a blog post based on the YouTube video’s title, description, and transcript.
  • configurable prompt & models to use