Metadata-Version: 2.1
Name: aixapi
Version: 0.0.5
Summary: AI for everyone. With this API, you can access GPT-J. GPT-J is as powerful as OpenAI's GPT-3 Curie engine.
Home-page: https://github.com/AIx-Solutions/aix-gpt-api
Author: AIx Solutions Group, Inc
Author-email: info@aixsolutionsgroup.com
License: UNKNOWN
Description: # AIx GPT API
        
        Free tier uses a CPU. GPU access costs just $8 / month. This speeds up responses by 10 seconds or more. Upgrade <a href="https://apps.aixsolutionsgroup.com/pricing">here</a> for faster AI responses.
        
        Submit issues and feature requests for our API here.
        
        See <a>https://apps.aixsolutionsgroup.com</a> for more info.
        
        ## Python Quick Start
        
        `pip install aixapi`
        
        `pip install requests`
        
        Get an API key for free at <a>https://apps.aixsolutionsgroup.com</a>.
        
        `from aixapi import AIxResource`
        
        `result = AIxResource("MY_API_KEY").compose("hello!")`
        
        `print(result)`
        
        ## Python Documentation
        
        To get documentation in python, run `help(AIxResource)` after importing `AIxResource` as shown above.
        
        ## Documentation
        
        For full documentation go to <a>https://apps.aixsolutionsgroup.com</a> and click on the Documentation tab.
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
