Use Chat GPT to write blog posts.
Python 3 was used to develop this project.
- Run
pip install -r requirements.txt
- Duplicate the
.env-example
file and rename it.env
- Fill in your api keys within
.env
- Run
python main.py
Before running this implementation you need to add some configs creating a .env
file.\
Tip: duplicate the .env-example
file and rename it.
Choose the desired agent, discover more here.
Use basic python text to speech step to spare eleven labs quotas.
Your Open AI API key (mandatory).
The Open AI model currently in use. No need to change anything unless you want to experiment with different models.
Examples:
- gpt-3.5-turbo-0613
- gpt-3.5-turbo-16k
- gpt-4
- text-davinci-003
- chain gpt responses to improve the blog post quality