https://github.com/Illia-the-coder/Ukr-Books-ChatGPT-Plugin
The Ukr-Books-ChatGPT-Plugin is a Python-based plugin designed to enhance the capabilities of OpenAI's ChatGPT model by integrating it with Ukrainian literature. The plugin fetches, processes, and formats Ukrainian literature data, allowing ChatGPT to generate responses based on this data.
←Overview
🔗 See our plugin in action here.
No developer access to plugins yet? No worries! You can join the waiting list here 🕐.
←Free Access
And guess what? You can access our plugin (Ukr-School-Books) absolutely FREE of charge! 💥 Follow this link or access it anytime via Open Assistant Chat 📲
Get ready to level up your game with GPT-4! Now you can access our plugin for free. Check it out here: https://plugin.surf/plugin/ukr-school-books
←Prerequisites
Before you begin, ensure you have met the following requirements:
- You have installed the latest version of Python.
- You have a basic understanding of Python and Quart.
←Installation
To install the necessary dependencies, run the following command:
pip install -r requirements.txt
←Usage
To start the server, run the following command:
python main.py
←API Endpoints
/list_all/<string:grade>/<string:type>
: List all books for a specific grade and type./get_books/<string:grade>/<string:type>/<string:author>/
: Get books by a specific author for a specific grade and type./get_presentation/<string:grade>/<string:type>
: Get presentation for a specific grade and type./get_bio/<string:grade>/<string:type>/<string:author>
: Get biography of a specific author for a specific grade and type.
←License
This project is licensed under the MIT License.
This README file includes badges at the top for visual appeal, a table of contents for easy navigation, and sections for prerequisites, installation, and usage. It also includes the same API endpoints as before.