Skip to content

Latest commit

 

History

History
53 lines (40 loc) · 1.19 KB

README.md

File metadata and controls

53 lines (40 loc) · 1.19 KB

🧠📘 Summer ✍🤖

OpenAI GPT-3 script that summarizes complex text

🎁 Features

  • Summarize texts
  • Configure the processing engine
  • Export texts in a .txt file

🚀 Deployment

First you have to fill the key property of the OPEN_AI_API.json:

{
  "key": ""
}

The OPEN_AI_API.json file will look like this:

{
  "key": "sk-RBQqqKwCgYUqTxucxTLgZLbSbCckWLVhNxfxBCNH"
}

Then just execute the main file:

cd src/
python main.py

🔨 Builded with

JSON

The script reads OpenAI API Key from a JSON file. So the software needs import json module.

OpenAI

The official package of OpenAI that provides classes/methods like: openai.Completion.create.

🤲 Contributing

Do you would like to contribute? Do you want to be the author of a new feature? Awesome! please fork the repository and make changes as you like. Pull requests are warmly welcome.

📃 License

Distributed under the MIT License. See LICENSE for more information.