Skip to content

🦜 Python script that generates an article for a given topic. Powered by Langchain.

License

Notifications You must be signed in to change notification settings

jondoescoding/writingGPT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

writingGPT

🦜 LangChain script that generate an article for a given topic.

Environment Setup

In order to set your environment up to run the code here, first install all requirements:

pip install -r requirements.txt

Go into the root directory and run the following command to start the script

python main.py

Output should look like this:

What topic do you want to ELI5?: 

You would prompt the LLM and get a resulting answer in a file and an image.

System Requirements

Python Version

To use this software, you must have Python 3.10 or later installed. Earlier versions of Python will not compile.

About

🦜 Python script that generates an article for a given topic. Powered by Langchain.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages