Metadata-Version: 2.1
Name: pgptAI
Version: 0.1.2
Summary: All in one AIGC API package for Python
Home-page: UNKNOWN
Author: QPython
Author-email: support@qpython.org
License: UNKNOWN
Description: # pgptAI
        All-in-one AIGC API package for Python
        
        For more info about our services, please visit our website [pgpt.cloud](https://www.pgpt.cloud/ ).
        
        ## Intro
        pgptai simplifies the way you use AIGC APIs by putting everything you need together while keeping their original usages :)
        
        ## Installation
        ```bash
        pip install pgptAI
        ```
        
        ## Usage
        For now, we support the following AIGC providers' APIs, click to see their usages in pgptai:
        * [OpenAI](https://github.com/pgpt-ai/apigptcloud/tree/main/docs/openai.md)
        * [Claude](https://github.com/pgpt-ai/apigptcloud/tree/main/docs/claude.md)
        * [ChatGLM2](https://github.com/pgpt-ai/apigptcloud/tree/main/docs/chatglm.md)
        * [Stable Diffusion](https://github.com/pgpt-ai/apigptcloud/tree/main/docs/stablediffusion.md)
        * [GeminiAI](https://github.com/pgpt-ai/apigptcloud/tree/main/docs/geminiai.md)
        
        Or, use our integrated API:
        * [AllAI](https://github.com/pgpt-ai/apigptcloud/tree/main/docs/allai.md)
        
        And, we also provide an AIChat service based on Langchain:
        * [AIChat](https://github.com/pgpt-ai/apigptcloud/tree/main/docs/aichat.md)
        
        Some useful tools:  
        * [AudioAI](https://github.com/pgpt-ai/apigptcloud/tree/main/docs/audioai.md)
        * [TextAI](https://github.com/pgpt-ai/apigptcloud/tree/main/docs/textai.md)
        
Keywords: python,first package
Platform: UNKNOWN
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown
