Metadata-Version: 2.1
Name: simple-ai-server
Version: 0.1.7
Summary: 
Author: Louis Hénault
Requires-Python: >=3.8,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: fastapi (>=0.94.1,<0.95.0)
Requires-Dist: grpcio (>=1.51.3,<2.0.0)
Requires-Dist: grpcio-tools (>=1.51.3,<2.0.0)
Requires-Dist: uvicorn (>=0.21.0,<0.22.0)
Description-Content-Type: text/markdown

# SimpleAI

A self-hosted alternative to the not-so-open AI API. It mostly focus on replicating the main endpoints for LLM:

- Text completion
- Chat
- Edits

While it is not an exact replication of the original endpoints, it should be relatively to switch from one to the other, allowing you to experiment with competing approaches quickly and easily.

To install it, simply run `pip install simple_ai_server` (requires Python 3.8 or later).

See more details, license and examples in [the project repository](https://github.com/lhenault/simpleAI).

