-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update project description in setup.py
- Loading branch information
1 parent
116a7c8
commit c79a0cc
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
version='0.1.0', # Update the version number for new releases | ||
author='Alejandro Garcia Polo', # Replace with your name or organization name | ||
author_email='[email protected]', # Replace with your email | ||
description='A wrapper for OpenAI API gpt with the ability to have unlimited function calling or phseudo functions', # Short description of your project | ||
description='A comprehensive wrapper for the OpenAI API, facilitating seamless interaction with GPT models. Features include conversation management, dynamic function execution, and tools for creating JSON schemas for function descriptions. Simplifies setting API keys and managing chat contexts for enhanced GPT-based applications.', # Short description of your project | ||
long_description=open('README.md').read(), # Long description read from the the readme file | ||
long_description_content_type='text/markdown', # Type of long_description, e.g., markdown or rst | ||
url='https://github.com/maestromaximo/OpenAiUnlimitedFuncWrapper', # Replace with the URL to your project | ||
|