Metadata-Version: 2.1
Name: callllm
Version: 0.1.0
Summary: Asynchronous, concurrent requests to the LLM REST APIs, that respect their rate limits, using gevent and requests.
Home-page: https://github.com/swinton/twitterspawn
Author: Zhensu Sun
Author-email: zhensuuu@gmail.com
License: MIT
Keywords: requests,python-requests,gevent,llm
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Software Development :: Libraries :: Python Modules

# CallLLM

Asynchronous, concurrent requests to the LLM REST API, that respect its's rate limits, using [gevent](http://www.gevent.org/) and [requests](http://docs.python-requests.org/).

See example.py for a working example.

## Installation
Simply:

    $ pip install callllm

