ruankie / ecrivai

Fully automated AI blog writer that uses LangChain and GPT type LLMs for topic selection and content generation
MIT License
68 stars 17 forks source link

Use Google Gemini for topic selection and content generation #8

Closed ruankie closed 9 months ago

ruankie commented 9 months ago

Overview

The main aim of this PR is to use Google's Gemini model instead of OpenAI's GPT3 model for both topic selection and content generation.

Changes