https://github.com/jondoescoding/writinggpt
🦜 Python script that generate an article for a given topic. Powered by Langchain.
https://github.com/jondoescoding/writinggpt
Last synced: 9 months ago
JSON representation
🦜 Python script that generate an article for a given topic. Powered by Langchain.
- Host: GitHub
- URL: https://github.com/jondoescoding/writinggpt
- Owner: jondoescoding
- License: gpl-3.0
- Created: 2023-06-01T20:22:11.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-04T13:12:39.000Z (almost 3 years ago)
- Last Synced: 2023-09-14T17:34:28.164Z (almost 3 years ago)
- Language: Python
- Homepage:
- Size: 273 KB
- Stars: 6
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# writingGPT
🦜 [LangChain](https://github.com/hwchase17/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:
```shell
pip install -r requirements.txt
```
Go into the root directory and run the following command to start the script
```shell
python main.py
```
Output should look like this:
```shell
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.